We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ffb6d7 commit 94135caCopy full SHA for 94135ca
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-aes-crypto",
3
- "version": "3.0.3",
+ "version": "3.1.0",
4
"description": "AES crypto native module for react-native",
5
"main": "index.js",
6
"types": "index.d.ts",
@@ -34,4 +34,4 @@
34
"scripts": {
35
"test": "echo \"Error: no test specified\" && exit 1"
36
}
37
-}
+}
react-native-aes.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'react-native-aes'
- s.version = '3.0.3'
+ s.version = '3.1.0'
s.summary = 'Native module for AES encryption'
s.author = "tectiv3"
7
s.license = 'MIT'
0 commit comments