Skip to content

Commit

Permalink
Update versioning scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiahwinsley committed Jun 22, 2022
1 parent f18efc5 commit 834e3a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ dependencies {

// Example for how to get properties into the manifest for reading at runtime.
jar {
archiveBaseName.set("${mod_id}-${mc_version}")
manifest {
attributes([
"Specification-Title" : mod_id,
Expand Down
5 changes: 3 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false

group='net.permutated'
mc_version=1.19
group=net.permutated
mod_id=flickerfix
version=2.0.0
version=3.0.0



0 comments on commit 834e3a4

Please sign in to comment.