Update version for 1.13.1

This commit is contained in:
Henrik Rydgård 2022-07-28 15:28:47 +02:00
parent 8e554a09b2
commit 5083b20636

View File

@ -3,8 +3,8 @@
xmlns:tools="http://schemas.android.com/tools"
package="org.ppsspp.ppsspp"
android:installLocation="auto"
android:versionCode="113000000"
android:versionName="1.13.0.0">
android:versionCode="113010000"
android:versionName="1.13.1.0">
<!-- Note that versionCode should be in the format xyyzzrrrr. Example: 110030000 -->
<!-- In this same case, versionName should be 1.10.3.0 -->
<!-- Also note that we are overriding these values anyway from gradle. -->