Skip to content

Commit

Permalink
v1.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SwiftyAlex authored Dec 16, 2022
1 parent 4dc7eed commit 91eeca0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -123,5 +123,5 @@ dependencies {
implementation "com.facebook.react:react-native:+"
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation "androidx.appcompat:appcompat:1.3.1"
implementation "com.unflow:unflow-ui:1.14.1"
implementation "com.unflow:unflow-ui:1.14.2"
}
10 changes: 5 additions & 5 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -352,10 +352,10 @@ PODS:
- React-RCTImage
- RNSVG (12.3.0):
- React-Core
- Unflow (1.14.1-swift-5.6)
- unflow-react-native (1.14.1):
- Unflow (1.14.2-swift-5.6)
- unflow-react-native (1.14.2):
- React-Core
- Unflow (= 1.14.1-swift-5.6)
- Unflow (= 1.14.2-swift-5.6)
- Yoga (1.14.0)
- YogaKit (1.18.1):
- Yoga (~> 1.14)
Expand Down Expand Up @@ -562,8 +562,8 @@ SPEC CHECKSUMS:
RNGestureHandler: 6e757e487a4834e7280e98e9bac66d2d9c575e9c
RNScreens: 40a2cb40a02a609938137a1e0acfbf8fc9eebf19
RNSVG: 302bfc9905bd8122f08966dc2ce2d07b7b52b9f8
Unflow: e5ab27076c7859439995b6a6ee7b2d98ff386046
unflow-react-native: 871e0a0356e7a41cd45601d41071f1873d9c507f
Unflow: a1eaec5ac335b44863694ded2a708e951b611f00
unflow-react-native: c8d67fa5edf936489063f5f16000876b91efcba1
Yoga: 5cbf25add73edb290e1067017690f7ebf56c5468
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unflow-react-native",
"version": "1.14.1",
"version": "1.14.2",
"description": "Tired of building the same simple screens over and over again? Empower your product team to create and ship content using the Unflow mobile SDK.",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down
2 changes: 1 addition & 1 deletion unflow-react-native.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ Pod::Spec.new do |s|
s.source_files = "ios/**/*.{h,m,mm,swift}"

s.dependency "React-Core"
s.dependency "Unflow", "1.14.1-swift-5.6"
s.dependency "Unflow", "1.14.2-swift-5.6"
end

0 comments on commit 91eeca0

Please sign in to comment.