From ab9af448100f6e7615cad222a60ea0177654fa14 Mon Sep 17 00:00:00 2001 From: Mason-Lam <97353903+Mason-Lam@users.noreply.github.com> Date: Thu, 8 Feb 2024 20:33:27 -0800 Subject: [PATCH] Prepare for release --- 3128-common.json | 4 ++-- doc/index.html | 2 +- gradle.properties | 2 +- src/main/resources/overview.html | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/3128-common.json b/3128-common.json index f3a18c7..36f48de 100644 --- a/3128-common.json +++ b/3128-common.json @@ -1,6 +1,6 @@ { "name": "3128-common", - "version": "1.2.7", + "version": "1.2.8", "uuid": "ae3fa5a2-78d9-47e8-921a-dba45b889445", "frcYear": "2024", "mavenUrls": [ @@ -12,7 +12,7 @@ { "groupId": "com.github.Team3128", "artifactId": "3128-common", - "version": "1.2.7" + "version": "1.2.8" } ], "jniDependencies": [], diff --git a/doc/index.html b/doc/index.html index ea4aed1..cfde8be 100644 --- a/doc/index.html +++ b/doc/index.html @@ -51,7 +51,7 @@

3128-common

FRC Team 3128 Robot Control Program Utility Library

Provides utility classes and functions for FRC robot control programs.

-

Version 1.2.7 (February 5 2024)

+

Version 1.2.8 (February 8 2024)

Packages
diff --git a/gradle.properties b/gradle.properties index 632c47d..4a1d0e7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -LibraryVersion=1.2.7 +LibraryVersion=1.2.8 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 ef2a850..0d34303 100644 --- a/src/main/resources/overview.html +++ b/src/main/resources/overview.html @@ -8,5 +8,5 @@

FRC Team 3128 Robot Control Program Utility Library

Provides utility classes and functions for FRC robot control programs.

-

Version 1.2.7 (February 5 2024)

+

Version 1.2.8 (February 8 2024)

\ No newline at end of file