From a69db1033dbdb0c28df6add3d4458d89ff188a2e Mon Sep 17 00:00:00 2001 From: Audrey Date: Sat, 10 Feb 2024 16:08:00 -0800 Subject: [PATCH] prepare for release --- 3128-Common.json | 4 ++-- 3128-common.json | 4 ++-- doc/index.html | 2 +- gradle.properties | 2 +- src/main/java/common/core/swerve/SwerveBase.java | 2 +- src/main/resources/overview.html | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/3128-Common.json b/3128-Common.json index fc7d0a8..b3e7043 100644 --- a/3128-Common.json +++ b/3128-Common.json @@ -1,6 +1,6 @@ { "name": "3128-common", - "version": "1.3.2", + "version": "1.3.3", "uuid": "ae3fa5a2-78d9-47e8-921a-dba45b889445", "frcYear": "2024", "mavenUrls": [ @@ -12,7 +12,7 @@ { "groupId": "com.github.Team3128", "artifactId": "3128-common", - "version": "1.3.2" + "version": "1.3.3" } ], "jniDependencies": [], diff --git a/3128-common.json b/3128-common.json index fc7d0a8..b3e7043 100644 --- a/3128-common.json +++ b/3128-common.json @@ -1,6 +1,6 @@ { "name": "3128-common", - "version": "1.3.2", + "version": "1.3.3", "uuid": "ae3fa5a2-78d9-47e8-921a-dba45b889445", "frcYear": "2024", "mavenUrls": [ @@ -12,7 +12,7 @@ { "groupId": "com.github.Team3128", "artifactId": "3128-common", - "version": "1.3.2" + "version": "1.3.3" } ], "jniDependencies": [], diff --git a/doc/index.html b/doc/index.html index 9cdb677..b6ba85a 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.3.2 (February 10 2024)

+

Version 1.3.3 (February 10 2024)

Packages
diff --git a/gradle.properties b/gradle.properties index 850eb3c..db6fedc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -LibraryVersion=1.3.2 +LibraryVersion=1.3.3 archivesGroup = com.github.Team3128 archivesBaseName = 3128-common jsonFileName = 3128-common.json diff --git a/src/main/java/common/core/swerve/SwerveBase.java b/src/main/java/common/core/swerve/SwerveBase.java index 6ddd60e..b6b17d3 100644 --- a/src/main/java/common/core/swerve/SwerveBase.java +++ b/src/main/java/common/core/swerve/SwerveBase.java @@ -257,7 +257,7 @@ public SwerveModule[] getModules() { public void initStateCheck() { for (final SwerveModule module : modules) { - NarwhalDashboard.getInstance().checkState("Module " + module.moduleNumber, ()-> module.getRunningState()); + NarwhalDashboard.getInstance().checkState("Module" + module.moduleNumber, ()-> module.getRunningState()); } } } \ No newline at end of file diff --git a/src/main/resources/overview.html b/src/main/resources/overview.html index 407e9a3..46329a4 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.3.2 (February 10 2024)

+

Version 1.3.3 (February 10 2024)

\ No newline at end of file