We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 185ba56 + 7265da3 commit 74d7209Copy full SHA for 74d7209
publish.gradle
@@ -2,7 +2,7 @@ apply plugin: 'maven-publish'
2
3
ext.licenseFile = files("$rootDir/LICENSE.txt")
4
5
-def pubVersion = '2.2.0'
+def pubVersion = '2.3.0'
6
7
def outputsFolder = file("$buildDir/allOutputs")
8
vendordeps/CANBridge.json
@@ -1,7 +1,7 @@
1
{
"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/"
@@ -11,7 +11,7 @@
11
12
"groupId": "com.revrobotics.usb",
13
"artifactId": "CANBridge-cpp",
14
15
"libName": "CANBridge",
16
"headerClassifier": "headers",
17
"sharedLibrary": false,
0 commit comments