Skip to content

Commit

Permalink
1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anatawa12 committed Mar 19, 2020
1 parent 0123e9b commit 7dd9aac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ 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.
apply plugin: 'kotlin'

version = "1.4.1-" + (new Date()).format("yyyy-MM-dd_HH.mm.ss")
//version = "1.4.0"
version = "1.5.1-" + (new Date()).format("yyyy-MM-dd_HH.mm.ss")
//version = "1.5.0"
group = "com.anatawa12.fixRtm"
archivesBaseName = "fixRtm"

Expand Down
1 change: 1 addition & 0 deletions version-map.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
| 2.4.14 | 2.4.13 | 1.2.0 |
| 2.4.15 | 2.4.14 | 1.3.x |
| 2.4.16 | 2.4.14 | 1.4.x |
| 2.4.16 | 2.4.14 | 1.5.x |
| 2.4.17 | 2.4.15 | master |

0 comments on commit 7dd9aac

Please sign in to comment.