diff --git a/RNKeychain.podspec b/RNKeychain.podspec index 29c6970..5e6f793 100644 --- a/RNKeychain.podspec +++ b/RNKeychain.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "RNKeychain" - s.version = "0.2.5" + s.version = "0.2.6" s.summary = "Keychain Access for React Native." s.homepage = "https://github.com/oblador/react-native-keychain" s.license = "MIT" diff --git a/package.json b/package.json index 33820c3..ea6f501 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-keychain", - "version": "0.2.5", + "version": "0.2.6", "description": "Keychain Access for React Native", "main": "index.ios.js", "scripts": {