From 494d3df10f617044fefa68049221640e1c45efa1 Mon Sep 17 00:00:00 2001 From: Mark Raynsford Date: Mon, 6 May 2024 11:44:41 +0000 Subject: [PATCH] Mark version numbers --- README-CHANGES.xml | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README-CHANGES.xml b/README-CHANGES.xml index 1a30abf82..e311cb5f5 100644 --- a/README-CHANGES.xml +++ b/README-CHANGES.xml @@ -522,7 +522,7 @@ - + diff --git a/gradle.properties b/gradle.properties index 40e0fdcc7..db12a8c94 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,7 +11,7 @@ POM_SCM_CONNECTION=scm:git:git://github.com/ThePalaceProject/android-core POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com/ThePalaceProject/android-core POM_SCM_URL=http://github.com/ThePalaceProject/android-core POM_URL=http://github.com/ThePalaceProject/android-core -VERSION_NAME=1.12.0-SNAPSHOT +VERSION_NAME=1.13.0-SNAPSHOT VERSION_CODE_BASE=70000 android.useAndroidX=true