Skip to content

Commit e07cde0

Browse files
committed
2.2.1
1 parent 827b912 commit e07cde0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ android {
9797
minSdkVersion 16
9898
targetSdkVersion 25
9999
versionCode 1
100-
versionName "2.2.0"
100+
versionName "2.2.1"
101101
ndk {
102102
abiFilters "armeabi-v7a", "x86"
103103
}

ios/AllAboutOlaf/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>2.2.0</string>
20+
<string>2.2.1</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleURLTypes</key>

ios/AllAboutOlafUITests/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.2.0</string>
18+
<string>2.2.1</string>
1919
<key>CFBundleVersion</key>
2020
<string>1</string>
2121
</dict>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "AllAboutOlaf",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"private": true,
55
"allaboutolaf": {
66
"source": ""

0 commit comments

Comments
 (0)