Skip to content

Commit 3a76fd4

Browse files
committed
Merge branch 'release/v3.0.2'
2 parents 7f57f04 + d2a50d9 commit 3a76fd4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-aes-crypto",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "AES crypto native module for react-native",
55
"main": "index.js",
66
"types": "index.d.ts",

react-native-aes.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Pod::Spec.new do |s|
88
s.requires_arc = true
99
s.homepage = "https://github.com/tectiv3/react-native-aes"
1010
s.source = { :git => 'https://github.com/tectiv3/react-native-aes', :tag => "v#{s.version}" }
11-
s.platform = :ios, '9.0'
11+
s.platforms = { :ios => "9.0", :visionos => "1.0" }
1212
s.source_files = "ios/**/*.{h,m}"
1313

1414
s.dependency "React-Core"

0 commit comments

Comments
 (0)