Skip to content

Commit 74d7209

Browse files
authored
Merge pull request #26 from REVrobotics/chore/bump-2-3-0
Bump version
2 parents 185ba56 + 7265da3 commit 74d7209

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

publish.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'maven-publish'
22

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

5-
def pubVersion = '2.2.0'
5+
def pubVersion = '2.3.0'
66

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

vendordeps/CANBridge.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"fileName": "CANBridge.json",
33
"name": "CANBridge",
4-
"version": "2.2.0",
4+
"version": "2.3.0",
55
"uuid": "34b37c7c-8acc-405f-9631-d21f20dc59d8",
66
"mavenUrls": [
77
"http://www.revrobotics.com/content/sw/max/sdk/maven/"
@@ -11,7 +11,7 @@
1111
{
1212
"groupId": "com.revrobotics.usb",
1313
"artifactId": "CANBridge-cpp",
14-
"version": "2.2.0",
14+
"version": "2.3.0",
1515
"libName": "CANBridge",
1616
"headerClassifier": "headers",
1717
"sharedLibrary": false,

0 commit comments

Comments
 (0)