Skip to content

Commit

Permalink
Bump to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
democat3457 committed Jan 22, 2024
1 parent 6be8268 commit 5daed21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions SdsSwerveLib.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"fileName": "SdsSwerveLib.json",
"name": "swerve-lib",
"version": "2024.0.2.0",
"version": "2024.0.3.0",
"frcYear": "2024",
"uuid": "9619F7EA-7F96-4236-9D94-02338DFED592",
"mavenUrls": [
Expand All @@ -12,7 +12,7 @@
{
"groupId": "com.github.democat3457",
"artifactId": "swerve-lib",
"version": "2024.0.2.0"
"version": "2024.0.3.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.2.0'
version '2024.0.3.0'

repositories {
mavenCentral()
Expand Down

0 comments on commit 5daed21

Please sign in to comment.