Skip to content

Commit

Permalink
Merge branch 'release/v3.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
tectiv3 committed Apr 17, 2024
2 parents 7f57f04 + d2a50d9 commit 3a76fd4
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": "3.0.1",
"version": "3.0.2",
"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
Expand Up @@ -8,7 +8,7 @@ Pod::Spec.new do |s|
s.requires_arc = true
s.homepage = "https://github.com/tectiv3/react-native-aes"
s.source = { :git => 'https://github.com/tectiv3/react-native-aes', :tag => "v#{s.version}" }
s.platform = :ios, '9.0'
s.platforms = { :ios => "9.0", :visionos => "1.0" }
s.source_files = "ios/**/*.{h,m}"

s.dependency "React-Core"
Expand Down

0 comments on commit 3a76fd4

Please sign in to comment.