Skip to content

Commit

Permalink
update mc version
Browse files Browse the repository at this point in the history
  • Loading branch information
LemmaEOF committed Jun 27, 2019
1 parent 06dcddc commit cbd5da0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions project.gradle
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
ext {
projectName = "cotton-energy"
group = "io.github.cottonmc"
version = "1.4.0+1.14.2"
version = "1.5.0+1.14.3"
snapshot = true

minecraft = "1.14.2"
mappings = "1.14.2+build.2"
loader = "0.4.8+build.154"
minecraft = "1.14.3"
mappings = "1.14.3+build.1"
loader = "0.4.8+build.155"

fabricMod = "0.3.0+build.173"
fabricMod = "0.3.0+build.187"

jankson = null

Expand Down

0 comments on commit cbd5da0

Please sign in to comment.