Skip to content

Commit 555c630

Browse files
committed
Bump version to 0.3.1
1 parent f031b65 commit 555c630

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

SdsSwerveLib.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"fileName": "SdsSwerveLib.json",
33
"name": "swerve-lib",
4-
"version": "2024.0.3.0",
4+
"version": "2024.0.3.1",
55
"frcYear": "2024",
66
"uuid": "9619F7EA-7F96-4236-9D94-02338DFED592",
77
"mavenUrls": [
@@ -12,7 +12,7 @@
1212
{
1313
"groupId": "com.github.democat3457",
1414
"artifactId": "swerve-lib",
15-
"version": "2024.0.3.0"
15+
"version": "2024.0.3.1"
1616
}
1717
],
1818
"jniDependencies": [],

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ java {
1010

1111
allprojects {
1212
group 'com.swervedrivespecialties'
13-
version '2024.0.3.0'
13+
version '2024.0.3.1'
1414

1515
repositories {
1616
mavenCentral()

0 commit comments

Comments
 (0)