Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbonner committed Jan 3, 2025
1 parent 8aedd4c commit 5066bb3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions URCL.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"fileName": "URCL.json",
"name": "URCL",
"version": "2025.0.0-beta-1",
"version": "2025.0.0",
"frcYear": "2025",
"uuid": "84246d17-a797-4d1e-bd9f-c59cd8d2477c",
"mavenUrls": [
Expand All @@ -12,14 +12,14 @@
{
"groupId": "org.littletonrobotics.urcl",
"artifactId": "URCL-java",
"version": "2025.0.0-beta-1"
"version": "2025.0.0"
}
],
"jniDependencies": [
{
"groupId": "org.littletonrobotics.urcl",
"artifactId": "URCL-driver",
"version": "2025.0.0-beta-1",
"version": "2025.0.0",
"skipInvalidPlatforms": true,
"isJar": false,
"validPlatforms": [
Expand All @@ -34,7 +34,7 @@
{
"groupId": "org.littletonrobotics.urcl",
"artifactId": "URCL-cpp",
"version": "2025.0.0-beta-1",
"version": "2025.0.0",
"libName": "URCL",
"headerClassifier": "headers",
"sharedLibrary": false,
Expand All @@ -49,7 +49,7 @@
{
"groupId": "org.littletonrobotics.urcl",
"artifactId": "URCL-driver",
"version": "2025.0.0-beta-1",
"version": "2025.0.0",
"libName": "URCLDriver",
"headerClassifier": "headers",
"sharedLibrary": false,
Expand Down
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 = '2025.0.0-beta-1'
def pubVersion = '2025.0.0'

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

Expand Down

0 comments on commit 5066bb3

Please sign in to comment.