Skip to content

Commit

Permalink
Bump Versions
Browse files Browse the repository at this point in the history
  • Loading branch information
BytingBulldogs3539 committed Jun 4, 2023
1 parent 41a9000 commit 7a55080
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CTRE_Swerve_Lib.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"fileName": "CTRE_Swerve_Lib.json",
"name": "CTRE_Swerve_Lib",
"version": "1.0.5",
"version": "1.0.6",
"uuid": "de9d060e-eae0-11ed-a05b-0242ac120003",
"mavenUrls": [
"https://jitpack.io"
Expand All @@ -11,7 +11,7 @@
{
"groupId": "com.github.BytingBulldogs3539",
"artifactId": "CTRE_Swerve_Lib",
"version": "1.0.5"
"version": "1.0.6"
}
],
"jniDependencies": [],
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ targetCompatibility = JavaVersion.VERSION_11

allprojects {
group = 'com.github.BytingBulldogs3539.CTRE_Swerve_Lib'
version = '1.0.5'
version = '1.0.6'

repositories {
mavenCentral()
Expand Down

0 comments on commit 7a55080

Please sign in to comment.