From 9825a96be38f7666acf2b2e8369a7cfb70a47ae2 Mon Sep 17 00:00:00 2001 From: Mason-Lam <97353903+Mason-Lam@users.noreply.github.com> Date: Sat, 6 Jan 2024 17:44:19 -0800 Subject: [PATCH] Prepare for release --- 3128-Common.json | 4 ++-- 3128-common.json | 4 ++-- gradle.properties | 2 +- src/main/resources/overview.html | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/3128-Common.json b/3128-Common.json index 3f862ba..de15153 100644 --- a/3128-Common.json +++ b/3128-Common.json @@ -1,6 +1,6 @@ { "name": "3128-common", - "version": "0.0.10", + "version": "0.0.11", "uuid": "ae3fa5a2-78d9-47e8-921a-dba45b889445", "mavenUrls": [ "https://jitpack.io" @@ -11,7 +11,7 @@ { "groupId": "com.github.Team3128", "artifactId": "3128-common", - "version": "0.0.10" + "version": "0.0.11" } ], "jniDependencies": [], diff --git a/3128-common.json b/3128-common.json index 3f862ba..de15153 100644 --- a/3128-common.json +++ b/3128-common.json @@ -1,6 +1,6 @@ { "name": "3128-common", - "version": "0.0.10", + "version": "0.0.11", "uuid": "ae3fa5a2-78d9-47e8-921a-dba45b889445", "mavenUrls": [ "https://jitpack.io" @@ -11,7 +11,7 @@ { "groupId": "com.github.Team3128", "artifactId": "3128-common", - "version": "0.0.10" + "version": "0.0.11" } ], "jniDependencies": [], diff --git a/gradle.properties b/gradle.properties index 0f789f7..16a6dee 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -LibraryVersion=0.0.10 +LibraryVersion=0.0.11 archivesGroup = com.github.Team3128 archivesBaseName = 3128-common jsonFileName = 3128-common.json diff --git a/src/main/resources/overview.html b/src/main/resources/overview.html index 45eb787..0545d83 100644 --- a/src/main/resources/overview.html +++ b/src/main/resources/overview.html @@ -8,5 +8,5 @@
Provides utility classes and functions for FRC robot control programs.
-Version 0.0.10 (January 6 2024)
+Version 0.0.11 (January 6 2024)
\ No newline at end of file