Skip to content

Commit 4a1fe9a

Browse files
committed
Merge branch 'release/v3.1.0'
2 parents 3af7ca4 + 94135ca commit 4a1fe9a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
'use strict'
22
import { NativeModules } from 'react-native'
33

4-
export default NativeModules.Aes
4+
export default NativeModules.RCTAes

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)