Skip to content

Commit 94135ca

Browse files
committed
Bump version
1 parent 6ffb6d7 commit 94135ca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-aes-crypto",
3-
"version": "3.0.3",
3+
"version": "3.1.0",
44
"description": "AES crypto native module for react-native",
55
"main": "index.js",
66
"types": "index.d.ts",
@@ -34,4 +34,4 @@
3434
"scripts": {
3535
"test": "echo \"Error: no test specified\" && exit 1"
3636
}
37-
}
37+
}

react-native-aes.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Pod::Spec.new do |s|
33
s.name = 'react-native-aes'
4-
s.version = '3.0.3'
4+
s.version = '3.1.0'
55
s.summary = 'Native module for AES encryption'
66
s.author = "tectiv3"
77
s.license = 'MIT'

0 commit comments

Comments
 (0)