Skip to content

Commit

Permalink
Version 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
veloce committed Dec 6, 2022
1 parent 7d8a6b1 commit fc52409
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.lichess.mobileapp"
android:versionCode="7016020"
android:versionName="7.16.2"
android:versionCode="8000000"
android:versionName="8.0.0"
android:installLocation="auto">

<uses-permission android:name="android.permission.INTERNET" />
Expand Down
2 changes: 1 addition & 1 deletion android/app/src/main/assets/capacitor.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion capacitor.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion ios/App/App/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>7.16.2</string>
<string>8.0.0</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand Down
2 changes: 1 addition & 1 deletion ios/App/App/capacitor.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lichobile",
"version": "7.16.2",
"version": "8.0.0",
"description": "lichess.org mobile application",
"repository": {
"type": "git",
Expand Down

0 comments on commit fc52409

Please sign in to comment.