Skip to content

Commit

Permalink
verbumps
Browse files Browse the repository at this point in the history
  • Loading branch information
LemmaEOF committed Aug 7, 2019
1 parent 0b63f1b commit 278ef0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def yarnMappings = "1.14.4+build.2"
def loaderVersion = "0.4.8+build.157"

archivesBaseName = "cotton"
version = "1.0.0-rc.2"
version = "1.0.0-rc.3"
group = "io.github.cottonmc.cotton"

sourceCompatibility = 1.8
Expand Down Expand Up @@ -39,7 +39,7 @@ dependencies {
include "io.github.cottonmc.cotton:cotton-$module:+"
}
modApi ("io.github.cottonmc:Jankson:1.0.0+j1.1.2") { transitive = false }
modApi ("io.github.cottonmc:LibCD:1.3.0+1.14.3") { transitive = false }
modApi ("io.github.cottonmc:LibCD:1.3.1+1.14.4") { transitive = false }
include "io.github.cottonmc:Jankson:1.0.0+j1.1.2"
include "io.github.cottonmc:LibCD:1.3.0+1.14.3"

Expand Down
2 changes: 1 addition & 1 deletion modules/cotton-commons/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ext {
];
}

version = "1.0.0-rc.1";
version = "1.0.0-rc.3";
apply from: "../module-base.gradle"


Expand Down

0 comments on commit 278ef0c

Please sign in to comment.