Skip to content

Commit

Permalink
Version 7.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
veloce committed Feb 11, 2020
1 parent 78ce3bb commit ff5b2b5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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="7000019"
android:versionName="7.0.1"
android:versionCode="7000029"
android:versionName="7.0.2"
android:installLocation="auto">

<uses-permission android:name="android.permission.INTERNET" />
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.0.1</string>
<string>7.0.2</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
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.0.1",
"version": "7.0.2",
"description": "lichess.org mobile application",
"repository": {
"type": "git",
Expand Down

0 comments on commit ff5b2b5

Please sign in to comment.