Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tectiv3 committed Oct 1, 2019
1 parent 2e216c2 commit ad1b5f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion react-native-aes.podspec
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit ad1b5f7

Please sign in to comment.