Skip to content

Commit

Permalink
update to 13b
Browse files Browse the repository at this point in the history
  • Loading branch information
LemmaEOF committed Mar 29, 2019
1 parent 9aa4983 commit abec699
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions project.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
ext {
projectName = "cotton";
group = "io.github.cottonmc";
version = "0.0.7+19w12b";
version = "0.0.8+19w13b";
snapshot = true;

minecraft = "19w12b";
mappings = "19w12b.4";
minecraft = "19w13b";
mappings = "19w13b.1";
loader = "0.3.7.109";
fabricMod = "0.2.5.114";
fabricMod = "0.2.6.117";
silkMod = null;
jankson = "1.1.1"; //If needsShadow is false, jankson will not be included!
cotton = null;
Expand Down

0 comments on commit abec699

Please sign in to comment.