Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Mason-Lam committed Jan 7, 2024
1 parent 831b596 commit 9825a96
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
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.10",
"version": "0.0.11",
"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.10"
"version": "0.0.11"
}
],
"jniDependencies": [],
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.10",
"version": "0.0.11",
"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.10"
"version": "0.0.11"
}
],
"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.10
LibraryVersion=0.0.11
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.10 (January 6 2024)</p>
<p>Version 0.0.11 (January 6 2024)</p>
</body>

0 comments on commit 9825a96

Please sign in to comment.