From 883adbd46e49cb90494cacd0a72f50cd74cd697c Mon Sep 17 00:00:00 2001 From: Mason-Lam <97353903+Mason-Lam@users.noreply.github.com> Date: Mon, 25 Sep 2023 15:21:12 -0700 Subject: [PATCH] Update release file --- .github/workflows/gradleRelease.yml | 2 +- 3128-Common.json | 4 ++-- gradle.properties | 2 +- src/main/resources/overview.html | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/gradleRelease.yml b/.github/workflows/gradleRelease.yml index 478ff64..fca34f6 100644 --- a/.github/workflows/gradleRelease.yml +++ b/.github/workflows/gradleRelease.yml @@ -80,7 +80,7 @@ jobs: run: './gradlew vendorJSON' - name: Commit 3128-common.json - uses: EndBug/add-and-commit@v0.0.3 + uses: EndBug/add-and-commit@v9.1.3 with: add: './3128-common.json' message: 'Automated - Update 3128-common.json for release' diff --git a/3128-Common.json b/3128-Common.json index 18e02fa..bab20af 100644 --- a/3128-Common.json +++ b/3128-Common.json @@ -1,6 +1,6 @@ { "name": "3128-common", - "version": "0.0.3", + "version": "0.0.4", "uuid": "ae3fa5a2-78d9-47e8-921a-dba45b889445", "mavenUrls": [ "https://jitpack.io" @@ -11,7 +11,7 @@ { "groupId": "com.github.Team3128", "artifactId": "3128-common", - "version": "0.0.3" + "version": "0.0.4" } ], "jniDependencies": [], diff --git a/gradle.properties b/gradle.properties index 6397d8a..135f103 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -LibraryVersion=0.0.3 +LibraryVersion=0.0.4 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 9eb2fc0..6d1d756 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.3 (September 18 2023)
+Version 0.0.4 (September 18 2023)
\ No newline at end of file