Skip to content

Commit f404323

Browse files
committed
Release 1.0.12
1 parent 6d54e51 commit f404323

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

flexa-react-native.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
1111
s.license = package["license"]
1212
s.authors = package["author"]
1313
s.swift_version = "5"
14-
s.platforms = { :ios => "15.0" }
14+
s.platforms = { :ios => "16.0" }
1515
s.source = { :git => "[email protected]:flexa/flexa-cocoapods.git", :tag => "#{s.version}" }
1616

1717
s.source_files = "ios/**/*.{h,m,mm,swift}"
@@ -22,7 +22,7 @@ Pod::Spec.new do |s|
2222
}
2323

2424
s.dependency "React-Core"
25-
s.dependency "Flexa", "~> 1.0.10"
25+
s.dependency "Flexa", "~> 1.1.1"
2626

2727
# Don't install the dependencies when we run `pod install` in the old architecture.
2828
if ENV['RCT_NEW_ARCH_ENABLED'] == '1' then

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flexa/flexa-react-native",
3-
"version": "1.0.11",
3+
"version": "1.0.12",
44
"description": "Flexa Components",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)