Skip to content

Commit 8b0ddcd

Browse files
committed
Bump version
1 parent 68733a0 commit 8b0ddcd

7 files changed

+8
-8
lines changed

android/app/src/main/AndroidManifest.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="org.lichess.mobileapp"
4-
android:versionCode="7007010"
5-
android:versionName="7.7.1"
4+
android:versionCode="7007020"
5+
android:versionName="7.7.2"
66
android:installLocation="auto">
77

88
<uses-permission android:name="android.permission.INTERNET" />

android/app/src/main/assets/capacitor.config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"npmClient": "npm",
66
"webDir": "www",
77
"backgroundColor": "ff000000",
8-
"appendUserAgent": "Lichobile/7.7.1",
8+
"appendUserAgent": "Lichobile/7.7.2",
99
"plugins": {
1010
"PushNotifications": {
1111
"presentationOptions": ["sound", "alert"]

capacitor.config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"npmClient": "npm",
66
"webDir": "www",
77
"backgroundColor": "ff000000",
8-
"appendUserAgent": "Lichobile/7.7.1",
8+
"appendUserAgent": "Lichobile/7.7.2",
99
"plugins": {
1010
"PushNotifications": {
1111
"presentationOptions": ["sound", "alert"]

ios/App/App/Info.plist

+1-1
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>7.7.1</string>
20+
<string>7.7.2</string>
2121
<key>CFBundleURLTypes</key>
2222
<array>
2323
<dict>

ios/App/App/capacitor.config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"npmClient": "npm",
66
"webDir": "www",
77
"backgroundColor": "ff000000",
8-
"appendUserAgent": "Lichobile/7.7.1",
8+
"appendUserAgent": "Lichobile/7.7.2",
99
"plugins": {
1010
"PushNotifications": {
1111
"presentationOptions": ["sound", "alert"]

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lichobile",
3-
"version": "7.7.1",
3+
"version": "7.7.2",
44
"description": "lichess.org mobile application",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)