From 4f42d065ad48e0cdbf1b6a58b59cc17810ab59fd Mon Sep 17 00:00:00 2001 From: Matthew Nelson Date: Tue, 30 Apr 2024 17:59:43 -0400 Subject: [PATCH] Prepare for next development iteration --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 9951007..9c805d7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -32,7 +32,7 @@ POM_DEVELOPER_ID=toxicity-io POM_DEVELOPER_NAME=Toxicity POM_DEVELOPER_URL=https://github.com/toxicity-io/ -VERSION_NAME=2.0.2-1.8.4-0 +VERSION_NAME=2.0.2-1.8.5-0-SNAPSHOT # 2.0.0-1.6.4-0-alpha01 = (02 00 00 00) + (01 06 04 00) + 11 = 03 06 04 11 # 2.0.0-1.6.4-0-beta01 = (02 00 00 00) + (01 06 04 00) + 21 = 03 06 04 21 # 2.0.0-1.6.4-0-rc01 = (02 00 00 00) + (01 06 04 00) + 31 = 03 06 04 31 @@ -42,4 +42,4 @@ VERSION_NAME=2.0.2-1.8.4-0 # 2.1.0-1.6.5-2 = (02 01 00 00) + (01 06 05 00) + 42 = 03 07 05 42 # 2.1.0-1.6.6-0 = (02 01 00 00) + (01 06 06 00) + 40 = 03 07 06 40 # 2.2.1-1.7.0-0 = (02 02 01 00) + (01 07 00 00) + 40 = 03 09 01 40 -VERSION_CODE=03080640 +VERSION_CODE=03080740