Skip to content

Commit

Permalink
Update prod to 2024.1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
democat3457 committed Jan 29, 2024
1 parent 8063f61 commit 2c6f9a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions SdsSwerveLib.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"fileName": "SdsSwerveLib.json",
"name": "swerve-lib",
"version": "2024.0.3.1",
"version": "2024.1.0.0",
"frcYear": "2024",
"uuid": "9619F7EA-7F96-4236-9D94-02338DFED592",
"mavenUrls": [
"https://jitpack.io"
],
"jsonUrl": "https://raw.githubusercontent.com/democat3457/swerve-lib/beta/SdsSwerveLib.json",
"jsonUrl": "https://raw.githubusercontent.com/democat3457/swerve-lib/prod/SdsSwerveLib.json",
"javaDependencies": [
{
"groupId": "com.github.democat3457",
"artifactId": "swerve-lib",
"version": "2024.0.3.1"
"version": "2024.1.0.0"
}
],
"jniDependencies": [],
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ java {

allprojects {
group 'com.swervedrivespecialties'
version '2024.0.3.1'
version '2024.1.0.0'

repositories {
mavenCentral()
Expand Down

0 comments on commit 2c6f9a2

Please sign in to comment.