Skip to content

Commit

Permalink
Changed version number to 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
derfl007 committed Feb 18, 2019
1 parent c2c06d0 commit 2826d27
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ apply plugin: 'net.minecraftforge.gradle.forge'
//Only edit below this line, the above code adds and enables the necessary things for Forge to be setup.


version = "1.5.1-mc1.12.2" //<modversion>-mc<minecraftversion>
version = "1.5.2-mc1.12.2" //<modversion>-mc<minecraftversion>
group = "derfl007.roads" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "df-roads"

Expand Down
7 changes: 4 additions & 3 deletions update.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
"1.12.2": {
"1.4-mc1.12.2": "Survival update: Added crafting recipes, a sign printer and asphalt generation for a better survival experience. Also added some more stuff, you can find the complete changelog on planetminecraft or my website",
"1.5-mc1.12.2": "Added yellow road line blocks and new signs and fixed most known issues",
"1.5.1-mc1.12.2": "Fixed a server bug"
"1.5.1-mc1.12.2": "Fixed a server bug",
"1.5.2-mc1.12.2": "Fixed several bugs"
},
"promos": {
"1.12.2-latest": "1.5.1-mc1.12.2",
"1.12.2-recommended": "1.5.1-mc1.12.2"
"1.12.2-latest": "1.5.2-mc1.12.2",
"1.12.2-recommended": "1.5.2-mc1.12.2"
}
}

0 comments on commit 2826d27

Please sign in to comment.