diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 66a2d4dc2..f9ae8d7f0 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 30b634b97..b6034df9b 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.16.2", + "appendUserAgent": "Lichobile/8.0.0", "plugins": { "SplashScreen": { "androidSplashResourceName": "launch_splash", diff --git a/capacitor.config.ts b/capacitor.config.ts index ca04950f8..a60fb5f1c 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.16.2', + appendUserAgent: 'Lichobile/8.0.0', plugins: { SplashScreen: { androidSplashResourceName: 'launch_splash', diff --git a/ios/App/App/Info.plist b/ios/App/App/Info.plist index 482a1e6ea..6cc6f9df7 100644 --- a/ios/App/App/Info.plist +++ b/ios/App/App/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 7.16.2 + 8.0.0 CFBundleURLTypes diff --git a/ios/App/App/capacitor.config.json b/ios/App/App/capacitor.config.json index 30b634b97..b6034df9b 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.16.2", + "appendUserAgent": "Lichobile/8.0.0", "plugins": { "SplashScreen": { "androidSplashResourceName": "launch_splash", diff --git a/package-lock.json b/package-lock.json index d29fcfbe5..efd68d920 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "lichobile", - "version": "7.16.2", + "version": "8.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "lichobile", - "version": "7.16.2", + "version": "8.0.0", "license": "GPL-3.0-or-later", "dependencies": { "@badrap/result": "0.2.6", diff --git a/package.json b/package.json index a3e05f4da..7b0034b8d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lichobile", - "version": "7.16.2", + "version": "8.0.0", "description": "lichess.org mobile application", "repository": { "type": "git",