Skip to content

Commit 21c7a06

Browse files
authored
v1.13.1 (#91)
1 parent 96c1cb4 commit 21c7a06

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,5 +123,5 @@ dependencies {
123123
implementation "com.facebook.react:react-native:+"
124124
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
125125
implementation "androidx.appcompat:appcompat:1.3.1"
126-
implementation "com.unflow:unflow-ui:1.13.0"
126+
implementation "com.unflow:unflow-ui:1.13.1"
127127
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unflow-react-native",
3-
"version": "1.13.0",
3+
"version": "1.13.1",
44
"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.",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)