diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 4bc4500de7..ada7902b5c 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -1,8 +1,8 @@ diff --git a/android/app/src/main/assets/capacitor.config.json b/android/app/src/main/assets/capacitor.config.json index 9ce24ecfd4..2262fcac1b 100644 --- a/android/app/src/main/assets/capacitor.config.json +++ b/android/app/src/main/assets/capacitor.config.json @@ -4,7 +4,7 @@ "bundledWebRuntime": false, "webDir": "www", "backgroundColor": "000000ff", - "appendUserAgent": "Lichobile/7.14.0", + "appendUserAgent": "Lichobile/7.14.1", "plugins": { "SplashScreen": { "androidSplashResourceName": "launch_splash", diff --git a/capacitor.config.ts b/capacitor.config.ts index f807383b76..d1f222c9d0 100644 --- a/capacitor.config.ts +++ b/capacitor.config.ts @@ -7,7 +7,7 @@ const config: CapacitorConfig = { bundledWebRuntime: false, webDir: 'www', backgroundColor: '000000ff', - appendUserAgent: 'Lichobile/7.14.0', + appendUserAgent: 'Lichobile/7.14.1', plugins: { SplashScreen: { androidSplashResourceName: 'launch_splash', diff --git a/ios/App/App/Info.plist b/ios/App/App/Info.plist index ce58f1f3b5..9eacab82c5 100644 --- a/ios/App/App/Info.plist +++ b/ios/App/App/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 7.14.0 + 7.14.1 CFBundleURLTypes diff --git a/ios/App/App/capacitor.config.json b/ios/App/App/capacitor.config.json index 9ce24ecfd4..2262fcac1b 100644 --- a/ios/App/App/capacitor.config.json +++ b/ios/App/App/capacitor.config.json @@ -4,7 +4,7 @@ "bundledWebRuntime": false, "webDir": "www", "backgroundColor": "000000ff", - "appendUserAgent": "Lichobile/7.14.0", + "appendUserAgent": "Lichobile/7.14.1", "plugins": { "SplashScreen": { "androidSplashResourceName": "launch_splash", diff --git a/package-lock.json b/package-lock.json index 2977483bb1..0382724892 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "lichobile", - "version": "7.14.0", + "version": "7.14.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "lichobile", - "version": "7.14.0", + "version": "7.14.1", "license": "GPL-3.0-or-later", "dependencies": { "@badrap/result": "0.2.6", diff --git a/package.json b/package.json index 5aa5473da4..b47f515d5d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lichobile", - "version": "7.14.0", + "version": "7.14.1", "description": "lichess.org mobile application", "repository": { "type": "git",