We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e216c2 commit ad1b5f7Copy full SHA for ad1b5f7
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-aes-crypto",
3
- "version": "1.3.5",
+ "version": "1.3.6",
4
"description": "AES crypto native module for react-native",
5
"main": "index.js",
6
"types": "index.d.ts",
react-native-aes.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'react-native-aes'
- s.version = '1.3.5'
+ s.version = '1.3.6'
s.summary = 'Native module for AES encryption'
s.author = "tectiv3"
7
s.license = 'MIT'
0 commit comments