diff --git a/package.json b/package.json index 3831928..93289ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-aes-crypto", - "version": "1.3.5", + "version": "1.3.6", "description": "AES crypto native module for react-native", "main": "index.js", "types": "index.d.ts", diff --git a/react-native-aes.podspec b/react-native-aes.podspec index 78f2998..eb4842f 100644 --- a/react-native-aes.podspec +++ b/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" s.license = 'MIT'