Skip to content

Commit

Permalink
4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferdzz committed Oct 31, 2020
1 parent 00a44ee commit f761465
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Forge/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 = '4.2.1'
version = '4.2.2'
group = 'me.ferdz.placeableitems' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = 'placeableitems'

Expand Down Expand Up @@ -117,7 +117,7 @@ jar {
attributes([
"Specification-Title": "placeableitems",
"Specification-Vendor": "Ferdz",
"Specification-Version": "4.2.1",
"Specification-Version": "4.2.2",
"Implementation-Title": project.name,
"Implementation-Version": "${version}",
"Implementation-Vendor" :"ferdz",
Expand Down
2 changes: 1 addition & 1 deletion Forge/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ issueTrackerURL="https://github.com/Ferdzz/PlaceableItems/issues" #optional
# The modid of the mod
modId="placeableitems" #mandatory
# The version number of the mod - there's a few well known ${} variables useable here or just hardcode it
version="4.2.1" #mandatory
version="4.2.2" #mandatory
# A display name for the mod
displayName="Placeable Items" #mandatory
# A URL to query for updates for this mod. See the JSON update specification <here>
Expand Down
7 changes: 4 additions & 3 deletions update.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"1.12.2-recommended": "3.3",
"1.14.4-latest": "4.1.1",
"1.14.4-recommended": "4.1.1",
"1.15.2-latest": "4.2.1",
"1.15.2-recommended": "4.2.1"
"1.15.2-latest": "4.2.2",
"1.15.2-recommended": "4.2.2"
},
"1.9.4": {
"3.0.4.1": "Added recipe for stands, removed block attraction AI",
Expand Down Expand Up @@ -60,6 +60,7 @@
},
"1.15.2": {
"4.2": "Updated the mod to 1.15.2",
"4.2.1": "Bugfixes"
"4.2.1": "Bugfixes",
"4.2.2": "Features, bugfixes"
}
}

0 comments on commit f761465

Please sign in to comment.