File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
package libkb
5
5
6
6
// Version is the current version (should be MAJOR.MINOR.PATCH)
7
- const Version = "5.5.0 "
7
+ const Version = "5.5.1 "
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ apply from: '../../node_modules/react-native-unimodules/gradle.groovy'
6
6
import com.android.build.OutputFile
7
7
8
8
// KB: app version
9
- def VERSION_NAME = " 5.5.0 "
9
+ def VERSION_NAME = " 5.5.1 "
10
10
11
11
/**
12
12
* The react.gradle file registers a task for each build variant (e.g. bundleDebugJsAndAssets
Original file line number Diff line number Diff line change 17
17
<key >CFBundlePackageType </key >
18
18
<string >APPL </string >
19
19
<key >CFBundleShortVersionString </key >
20
- <string >5.5.0 </string >
20
+ <string >5.5.1 </string >
21
21
<key >CFBundleSignature </key >
22
22
<string >???? </string >
23
23
<key >CFBundleURLTypes </key >
Original file line number Diff line number Diff line change 17
17
<key >CFBundlePackageType </key >
18
18
<string >XPC! </string >
19
19
<key >CFBundleShortVersionString </key >
20
- <string >5.5.0 </string >
20
+ <string >5.5.1 </string >
21
21
<key >CFBundleVersion </key >
22
22
<string >1 </string >
23
23
<key >NSExtension </key >
You can’t perform that action at this time.
0 commit comments