Skip to content

Commit e9acb8b

Browse files
committed
Bump REVLib version
1 parent 687cc31 commit e9acb8b

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
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.1.1.0",
4+
"version": "2024.1.1.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.1.1.0"
15+
"version": "2024.1.1.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.1.1.0'
13+
version '2024.1.1.1'
1414

1515
repositories {
1616
mavenCentral()

examples/mk3-minibot/vendordeps/REVLib.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"fileName": "REVLib.json",
33
"name": "REVLib",
4-
"version": "2024.2.2",
4+
"version": "2024.2.3",
55
"frcYear": "2024",
66
"uuid": "3f48eb8c-50fe-43a6-9cb7-44c86353c4cb",
77
"mavenUrls": [
@@ -12,14 +12,14 @@
1212
{
1313
"groupId": "com.revrobotics.frc",
1414
"artifactId": "REVLib-java",
15-
"version": "2024.2.2"
15+
"version": "2024.2.3"
1616
}
1717
],
1818
"jniDependencies": [
1919
{
2020
"groupId": "com.revrobotics.frc",
2121
"artifactId": "REVLib-driver",
22-
"version": "2024.2.2",
22+
"version": "2024.2.3",
2323
"skipInvalidPlatforms": true,
2424
"isJar": false,
2525
"validPlatforms": [
@@ -37,7 +37,7 @@
3737
{
3838
"groupId": "com.revrobotics.frc",
3939
"artifactId": "REVLib-cpp",
40-
"version": "2024.2.2",
40+
"version": "2024.2.3",
4141
"libName": "REVLib",
4242
"headerClassifier": "headers",
4343
"sharedLibrary": false,
@@ -55,7 +55,7 @@
5555
{
5656
"groupId": "com.revrobotics.frc",
5757
"artifactId": "REVLib-driver",
58-
"version": "2024.2.2",
58+
"version": "2024.2.3",
5959
"libName": "REVLibDriver",
6060
"headerClassifier": "headers",
6161
"sharedLibrary": false,

examples/mk3-testchassis/vendordeps/REVLib.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"fileName": "REVLib.json",
33
"name": "REVLib",
4-
"version": "2024.2.2",
4+
"version": "2024.2.3",
55
"frcYear": "2024",
66
"uuid": "3f48eb8c-50fe-43a6-9cb7-44c86353c4cb",
77
"mavenUrls": [
@@ -12,14 +12,14 @@
1212
{
1313
"groupId": "com.revrobotics.frc",
1414
"artifactId": "REVLib-java",
15-
"version": "2024.2.2"
15+
"version": "2024.2.3"
1616
}
1717
],
1818
"jniDependencies": [
1919
{
2020
"groupId": "com.revrobotics.frc",
2121
"artifactId": "REVLib-driver",
22-
"version": "2024.2.2",
22+
"version": "2024.2.3",
2323
"skipInvalidPlatforms": true,
2424
"isJar": false,
2525
"validPlatforms": [
@@ -37,7 +37,7 @@
3737
{
3838
"groupId": "com.revrobotics.frc",
3939
"artifactId": "REVLib-cpp",
40-
"version": "2024.2.2",
40+
"version": "2024.2.3",
4141
"libName": "REVLib",
4242
"headerClassifier": "headers",
4343
"sharedLibrary": false,
@@ -55,7 +55,7 @@
5555
{
5656
"groupId": "com.revrobotics.frc",
5757
"artifactId": "REVLib-driver",
58-
"version": "2024.2.2",
58+
"version": "2024.2.3",
5959
"libName": "REVLibDriver",
6060
"headerClassifier": "headers",
6161
"sharedLibrary": false,

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ org.gradle.warning.mode=all
33
# dependency versions
44
wpilib_version = 2024.3.1
55
ctre_phoenix_version = 24.2.0
6-
revlib_version = 2024.2.2
6+
revlib_version = 2024.2.3

0 commit comments

Comments
 (0)