Skip to content

Commit

Permalink
updated version numbers for latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuchaz committed Feb 14, 2022
1 parent a948368 commit ec4b1dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ apply plugin: 'net.minecraftforge.gradle'
apply plugin: 'eclipse'
apply plugin: 'maven-publish'

version = '2.4.5'
version = '2.4.6'
group = 'jds' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = 'BiblioCraft'

Expand Down Expand Up @@ -87,9 +87,9 @@ jar {
attributes([
"Specification-Title": "bibliocraft",
"Specification-Vendor": "Nuchaz",
"Specification-Version": "2.4.5",
"Specification-Version": "${version}",
"Implementation-Title": "BiblioCraft",
"Implementation-Version": "2.4.5",
"Implementation-Version": "${version}",
"Implementation-Vendor" : "Nuchaz",
"Implementation-Timestamp": new Date().format("yyyy-MM-dd'T'HH:mm:ssZ")
])
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 @@ -2,7 +2,7 @@
{
"modid": "bibliocraft",
"name": "BiblioCraft",
"version": "2.4.5",
"version": "2.4.6",
"description": "BiblioCraft adds fancy storage containers including bookcases, armor stands, potion shelves, regular shelves, tool racks, glass weapon cases, wooden desks and wooden chest labels and now add machines, redstone interactions, and eyeware, fancy lamps and golden lanterns. Also Tables, enchanted plates, map frames, and seats!",
"credits": "",
"logoFile": "BiblioCraft.png",
Expand Down

0 comments on commit ec4b1dc

Please sign in to comment.