Skip to content

Commit

Permalink
Bump Version
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-kirby committed May 13, 2020
1 parent 18f4883 commit fbde2db
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,11 @@ jar {
manifest {
attributes([
"Specification-Title" : "sevpatches",
"Specification-Vendor" : "bobbytables",
"Specification-Vendor" : "RobertDropTable",
"Specification-Version" : "1", // We are version 1 of ourselves
"Implementation-Title" : project.name,
"Implementation-Version" : "${version}",
"Implementation-Vendor" : "bobbytables",
"Implementation-Vendor" : "RobertDropTable",
"Implementation-Timestamp" : new Date().format("yyyy-MM-dd'T'HH:mm:ssZ"),
"TweakClass" : "org.spongepowered.asm.launch.MixinTweaker",
"FMLCorePlugin" : "tv.darkosto.sevpatches.core.SevPatchesLoadingPlugin"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version_base = 1.1
version_base = 1.2

# Sets default memory used for gradle commands. Can be overridden by user or command line properties.
# This is required to provide enough memory for the Minecraft decompilation process.
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/mcmod.info
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"mcversion": "1.12.2",
"url": "https://www.curseforge.com/minecraft/mc-mods/sevpatches",
"updateUrl": "",
"authorList": ["BobbyTables"],
"authorList": ["RobertDropTable"],
"credits": "",
"logoFile": "",
"screenshots": [],
Expand Down

0 comments on commit fbde2db

Please sign in to comment.