Skip to content

Commit

Permalink
Merge pull request #26 from REVrobotics/chore/bump-2-3-0
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
LandryNorris committed Mar 25, 2024
2 parents 185ba56 + 7265da3 commit 74d7209
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'maven-publish'

ext.licenseFile = files("$rootDir/LICENSE.txt")

def pubVersion = '2.2.0'
def pubVersion = '2.3.0'

def outputsFolder = file("$buildDir/allOutputs")

Expand Down
4 changes: 2 additions & 2 deletions vendordeps/CANBridge.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"fileName": "CANBridge.json",
"name": "CANBridge",
"version": "2.2.0",
"version": "2.3.0",
"uuid": "34b37c7c-8acc-405f-9631-d21f20dc59d8",
"mavenUrls": [
"http://www.revrobotics.com/content/sw/max/sdk/maven/"
Expand All @@ -11,7 +11,7 @@
{
"groupId": "com.revrobotics.usb",
"artifactId": "CANBridge-cpp",
"version": "2.2.0",
"version": "2.3.0",
"libName": "CANBridge",
"headerClassifier": "headers",
"sharedLibrary": false,
Expand Down

0 comments on commit 74d7209

Please sign in to comment.