This is an automated email from the ASF dual-hosted git repository. yishayw pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-typedefs.git
commit 73161181e665fd0ac956a27d06b970897ca1e1ff Author: Yishay Weiss <[email protected]> AuthorDate: Sat Dec 7 22:09:52 2024 +0000 update version to 0.9.13 --- build.properties | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.properties b/build.properties index e4608ca..aad27f3 100644 --- a/build.properties +++ b/build.properties @@ -18,7 +18,7 @@ ################################################################################ ##used by Ant scripts -release.version=0.9.12 +release.version=0.9.13 ##used by release jobs on Jenkins -releaseversion=0.9.12 +releaseversion=0.9.13 developbranchname=develop diff --git a/pom.xml b/pom.xml index 14a4f39..9909fc3 100644 --- a/pom.xml +++ b/pom.xml @@ -45,7 +45,7 @@ <maven.version>3.8.1</maven.version> <royale.build-tools.version>1.2.1</royale.build-tools.version> - <royale.compiler.version>0.9.12</royale.compiler.version> + <royale.compiler.version>0.9.13-SNAPSHOT</royale.compiler.version> <release-profiles>apache-release</release-profiles>
