From cb6289fa679ad74dd11b3962ea31ffd0584b4aae Mon Sep 17 00:00:00 2001 From: Aria Date: Tue, 28 Feb 2023 09:15:39 -0700 Subject: [PATCH] Increment version for initial release --- build.gradle | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index bceedda..a902101 100644 --- a/build.gradle +++ b/build.gradle @@ -149,7 +149,7 @@ jar { "Specification-Vendor" : "Zontreck", "Specification-Version" : "${my_version}", // We are version 1 of ourselves "Implementation-Title" : project.name, - "Implementation-Version" : project.jar.archiveVersion, + "Implementation-Version" : version, "Implementation-Vendor" : "Zontreck", "Implementation-Timestamp": new Date().format("yyyy-MM-dd'T'HH:mm:ssZ") ]) diff --git a/gradle.properties b/gradle.properties index ab81b18..1ea6dd6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ org.gradle.jvmargs=-Xmx3G org.gradle.daemon=false -my_version=1.0.0.0227231337 +my_version=1.0.0.0228230914 my_modgroup="dev.zontreck.essentials" my_modid="ariasessentials"