Skip to content

Commit

Permalink
New release.
Browse files Browse the repository at this point in the history
  • Loading branch information
gchallen committed Aug 23, 2020
1 parent 66e9f6c commit c32b5f6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 = "2020.8.2"
version = "2020.8.3"
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=2020.8.1
version=2020.8.2
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=2020.8.2
version=2020.8.3
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=2020.8.2
version=2020.8.3

0 comments on commit c32b5f6

Please sign in to comment.