diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 033f2c13d8..a9722f6214 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 38c510f7d8..9e26be6dc8 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.15.2", + "appendUserAgent": "Lichobile/7.16.0", "plugins": { "SplashScreen": { "androidSplashResourceName": "launch_splash", diff --git a/capacitor.config.ts b/capacitor.config.ts index 8ee15d0eea..bb9bab001c 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.15.2', + appendUserAgent: 'Lichobile/7.16.0', plugins: { SplashScreen: { androidSplashResourceName: 'launch_splash', diff --git a/ios/App/App/Info.plist b/ios/App/App/Info.plist index d35a2c426d..39e0e0d0fe 100644 --- a/ios/App/App/Info.plist +++ b/ios/App/App/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 7.15.2 + 7.16.0 CFBundleURLTypes diff --git a/ios/App/App/capacitor.config.json b/ios/App/App/capacitor.config.json index 38c510f7d8..9e26be6dc8 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.15.2", + "appendUserAgent": "Lichobile/7.16.0", "plugins": { "SplashScreen": { "androidSplashResourceName": "launch_splash", diff --git a/package-lock.json b/package-lock.json index 8846320cdf..a714567dbf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "lichobile", - "version": "7.15.2", + "version": "7.16.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "lichobile", - "version": "7.15.2", + "version": "7.16.0", "license": "GPL-3.0-or-later", "dependencies": { "@badrap/result": "0.2.6", diff --git a/package.json b/package.json index 659ae2d635..9e5cb00993 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lichobile", - "version": "7.15.2", + "version": "7.16.0", "description": "lichess.org mobile application", "repository": { "type": "git",