Skip to content

Commit

Permalink
Version 7.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
veloce committed Jul 11, 2020
1 parent eb932b5 commit 5715115
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 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="7002000"
android:versionName="7.2.0"
android:versionCode="7003000"
android:versionName="7.3.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 @@ -5,7 +5,7 @@
"npmClient": "npm",
"webDir": "www",
"backgroundColor": "ff000000",
"appendUserAgent": "Lichobile/7.2.0",
"appendUserAgent": "Lichobile/7.3.0",
"plugins": {
"PushNotifications": {
"presentationOptions": ["sound", "alert"]
Expand Down
2 changes: 1 addition & 1 deletion capacitor.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"npmClient": "npm",
"webDir": "www",
"backgroundColor": "ff000000",
"appendUserAgent": "Lichobile/7.2.0",
"appendUserAgent": "Lichobile/7.3.0",
"plugins": {
"PushNotifications": {
"presentationOptions": ["sound", "alert"]
Expand Down
4 changes: 2 additions & 2 deletions ios/App/App.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = App/App.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 702000;
CURRENT_PROJECT_VERSION = 703000;
DEVELOPMENT_TEAM = "$(DEVELOPMENT_TEAM)";
INFOPLIST_FILE = App/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
Expand All @@ -420,7 +420,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = App/App.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 702000;
CURRENT_PROJECT_VERSION = 703000;
DEVELOPMENT_TEAM = "$(DEVELOPMENT_TEAM)";
INFOPLIST_FILE = App/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
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.2.0</string>
<string>7.3.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 @@ -5,7 +5,7 @@
"npmClient": "npm",
"webDir": "www",
"backgroundColor": "ff000000",
"appendUserAgent": "Lichobile/7.2.0",
"appendUserAgent": "Lichobile/7.3.0",
"plugins": {
"PushNotifications": {
"presentationOptions": ["sound", "alert"]
Expand Down
2 changes: 1 addition & 1 deletion 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.2.0",
"version": "7.3.0",
"description": "lichess.org mobile application",
"repository": {
"type": "git",
Expand Down

0 comments on commit 5715115

Please sign in to comment.