From a957f17595f3d6a2aedcf27b0951cba3e16fd633 Mon Sep 17 00:00:00 2001 From: Geoffrey Challen Date: Mon, 10 May 2021 21:56:51 -0500 Subject: [PATCH] Bump version. --- build.gradle.kts | 2 +- src/main/resources/edu.illinois.cs.cs125.jenisol.core.version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 00aad1c..9f974e5 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -3,7 +3,7 @@ import java.io.StringWriter import java.util.Properties group = "com.github.cs125-illinois" -version = "2021.5.1" +version = "2021.5.3" plugins { kotlin("jvm") version "1.5.0" diff --git a/src/main/resources/edu.illinois.cs.cs125.jenisol.core.version b/src/main/resources/edu.illinois.cs.cs125.jenisol.core.version index 4135181..70e2d46 100644 --- a/src/main/resources/edu.illinois.cs.cs125.jenisol.core.version +++ b/src/main/resources/edu.illinois.cs.cs125.jenisol.core.version @@ -1 +1 @@ -version=2021.5.1 \ No newline at end of file +version=2021.5.3 \ No newline at end of file