Increment version for initial release

This commit is contained in:
Aria 2023-02-28 09:15:39 -07:00
parent a58cc55a5e
commit cb6289fa67
2 changed files with 2 additions and 2 deletions

View file

@ -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")
])

View file

@ -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"