Skip to content

Commit 4f351e6

Browse files
committed
Bump version
1 parent bd423e6 commit 4f351e6

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId "com.librusek.dev"
88
minSdkVersion rootProject.ext.minSdkVersion
99
targetSdkVersion rootProject.ext.targetSdkVersion
10-
versionCode 132
11-
versionName "1.3.2"
10+
versionCode 133
11+
versionName "1.3.3"
1212
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1313
aaptOptions {
1414
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.

ios/App/App/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.3.2</string>
20+
<string>1.3.3</string>
2121
<key>CFBundleVersion</key>
22-
<string>132</string>
22+
<string>133</string>
2323
<key>LSRequiresIPhoneOS</key>
2424
<true/>
2525
<key>UILaunchStoryboardName</key>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "librusek",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
44
"private": true,
55
"scripts": {
66
"base:dev": "next dev -H 0.0.0.0",

0 commit comments

Comments
 (0)