Skip to content

Commit 6ffe710

Browse files
committed
Update to 25.0.2
1 parent 8d408ab commit 6ffe710

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

GrappleHook-RoboRIO-Daemon/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ model {
5757
deployArtifact.component = it
5858
// wpi.cpp.deps.wpilibStatic(it)
5959
wpi.cpp.vendor.cpp(it)
60-
wpi.cpp.deps.useLibrary(it, "wpilibc_static", "hal_static", "wpiutil_static", "ni_link_libraries", "ni_runtime_libraries")
60+
wpi.cpp.deps.wpilib(it)
6161
}
6262
}
6363
}

GrappleHook-RoboRIO-Daemon/vendordeps/libgrapplefrc2025.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"fileName": "libgrapplefrc2025.json",
33
"name": "libgrapplefrc",
4-
"version": "2025.0.0",
4+
"version": "2025.0.5",
55
"frcYear": "2025",
66
"uuid": "8ef3423d-9532-4665-8339-206dae1d7168",
77
"mavenUrls": [ "https://storage.googleapis.com/grapple-frc-maven" ],
@@ -10,14 +10,14 @@
1010
{
1111
"groupId": "au.grapplerobotics",
1212
"artifactId": "libgrapplefrcjava",
13-
"version": "2025.0.0"
13+
"version": "2025.0.5"
1414
}
1515
],
1616
"jniDependencies": [
1717
{
1818
"groupId": "au.grapplerobotics",
1919
"artifactId": "libgrapplefrcdriver",
20-
"version": "2025.0.0",
20+
"version": "2025.0.5",
2121
"skipInvalidPlatforms": true,
2222
"isJar": false,
2323
"validPlatforms": [
@@ -35,7 +35,7 @@
3535
{
3636
"groupId": "au.grapplerobotics",
3737
"artifactId": "libgrapplefrccpp",
38-
"version": "2025.0.0",
38+
"version": "2025.0.5",
3939
"libName": "grapplefrc",
4040
"headerClassifier": "headers",
4141
"sharedLibrary": true,
@@ -53,7 +53,7 @@
5353
{
5454
"groupId": "au.grapplerobotics",
5555
"artifactId": "libgrapplefrcdriver",
56-
"version": "2025.0.0",
56+
"version": "2025.0.5",
5757
"libName": "grapplefrcdriver",
5858
"headerClassifier": "headers",
5959
"sharedLibrary": true,

grapple-hook/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "grapple-hook",
33
"private": true,
4-
"version": "25.0.1",
4+
"version": "25.0.2",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

grapple-hook/src-tauri/Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

grapple-hook/src-tauri/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "grapple-hook"
3-
version = "25.0.1"
3+
version = "25.0.2"
44
description = "Configuration Tool for Grapple Hardware"
55
authors = ["Jaci Brunning <[email protected]>"]
66
license = "GPLv3"

grapple-hook/src-tauri/tauri.conf.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"package": {
1010
"productName": "GrappleHook",
11-
"version": "25.0.1"
11+
"version": "25.0.2"
1212
},
1313
"tauri": {
1414
"allowlist": {

0 commit comments

Comments
 (0)