Skip to content

Commit

Permalink
Build Changes
Browse files Browse the repository at this point in the history
Build Changes
  • Loading branch information
Nyancatpig committed Aug 1, 2022
1 parent c4a609e commit fcc8fc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ apply plugin: 'eclipse'
apply plugin: 'maven-publish'
apply plugin: "org.spongepowered.mixin"

version = '1.18.2-0.11'
version = '1.18.2-0.12'
group = 'com.ncpbails.culturaldelights' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = 'culturaldelights'

Expand Down Expand Up @@ -210,7 +210,7 @@ jar {
attributes([
"Specification-Title" : "culturaldelights",
"Specification-Vendor" : "ncpbails",
"Specification-Version" : "0.11", // We are version 1 of ourselves
"Specification-Version" : "0.12", // We are version 1 of ourselves
"Implementation-Title" : project.name,
"Implementation-Version" : project.jar.archiveVersion,
"Implementation-Vendor" : "ncpbails",
Expand Down

0 comments on commit fcc8fc8

Please sign in to comment.