Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 committed Jun 30, 2020
1 parent 33474e5 commit f41e209
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {
def ENV = System.getenv()

class Globals {
static def baseVersion = "0.14.0"
static def baseVersion = "0.14.1"
static def mcVersion = "1.16.1"
static def yarnVersion = "+build.5"
}
Expand Down
2 changes: 1 addition & 1 deletion fabric-resource-loader-v0/build.gradle
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
archivesBaseName = "fabric-resource-loader-v0"
version = getSubprojectVersion(project, "0.2.5")
version = getSubprojectVersion(project, "0.2.6")

0 comments on commit f41e209

Please sign in to comment.