Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
gchallen committed Jan 11, 2021
1 parent 52a679a commit e18284b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ allprojects {
}
subprojects {
group = "com.github.cs125-illinois.jeed"
version = "2021.1.0"
version = "2021.1.1"
tasks.withType<KotlinCompile> {
val javaVersion = JavaVersion.VERSION_1_8.toString()
sourceCompatibility = javaVersion
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=2021.1.0
version=2021.1.1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=2021.1.0
version=2021.1.1

0 comments on commit e18284b

Please sign in to comment.