Skip to content

Commit 2c6f9a2

Browse files
committed
Update prod to 2024.1.0.0
1 parent 8063f61 commit 2c6f9a2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

SdsSwerveLib.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"fileName": "SdsSwerveLib.json",
33
"name": "swerve-lib",
4-
"version": "2024.0.3.1",
4+
"version": "2024.1.0.0",
55
"frcYear": "2024",
66
"uuid": "9619F7EA-7F96-4236-9D94-02338DFED592",
77
"mavenUrls": [
88
"https://jitpack.io"
99
],
10-
"jsonUrl": "https://raw.githubusercontent.com/democat3457/swerve-lib/beta/SdsSwerveLib.json",
10+
"jsonUrl": "https://raw.githubusercontent.com/democat3457/swerve-lib/prod/SdsSwerveLib.json",
1111
"javaDependencies": [
1212
{
1313
"groupId": "com.github.democat3457",
1414
"artifactId": "swerve-lib",
15-
"version": "2024.0.3.1"
15+
"version": "2024.1.0.0"
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.1'
13+
version '2024.1.0.0'
1414

1515
repositories {
1616
mavenCentral()

0 commit comments

Comments
 (0)