Skip to content

Commit

Permalink
Update release file
Browse files Browse the repository at this point in the history
  • Loading branch information
Mason-Lam committed Sep 25, 2023
1 parent af64043 commit 883adbd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradleRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
4 changes: 2 additions & 2 deletions 3128-Common.json
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -11,7 +11,7 @@
{
"groupId": "com.github.Team3128",
"artifactId": "3128-common",
"version": "0.0.3"
"version": "0.0.4"
}
],
"jniDependencies": [],
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
LibraryVersion=0.0.3
LibraryVersion=0.0.4
archivesGroup = com.github.Team3128
archivesBaseName = 3128-common
jsonFileName = 3128-common.json
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
<body>
<h1>FRC Team 3128 Robot Control Program Utility Library</h1>
<p>Provides utility classes and functions for FRC robot control programs.</p>
<p>Version 0.0.3 (September 18 2023)</p>
<p>Version 0.0.4 (September 18 2023)</p>
</body>

0 comments on commit 883adbd

Please sign in to comment.