diff --git a/GrappleHook-RoboRIO-Daemon/build.gradle b/GrappleHook-RoboRIO-Daemon/build.gradle index 26f863e..6aa1e79 100644 --- a/GrappleHook-RoboRIO-Daemon/build.gradle +++ b/GrappleHook-RoboRIO-Daemon/build.gradle @@ -1,7 +1,7 @@ plugins { id "cpp" id "google-test-test-suite" - id "edu.wpi.first.GradleRIO" version "2024.1.1-beta-4" + id "edu.wpi.first.GradleRIO" version "2025.1.1-beta-3" } // Define my targets (RoboRIO) and artifacts (deployable files) diff --git a/GrappleHook-RoboRIO-Daemon/settings.gradle b/GrappleHook-RoboRIO-Daemon/settings.gradle index 0e134e6..1af4ea5 100644 --- a/GrappleHook-RoboRIO-Daemon/settings.gradle +++ b/GrappleHook-RoboRIO-Daemon/settings.gradle @@ -4,7 +4,7 @@ pluginManagement { repositories { mavenLocal() gradlePluginPortal() - String frcYear = '2024' + String frcYear = '2025' File frcHome if (OperatingSystem.current().isWindows()) { String publicFolder = System.getenv('PUBLIC') diff --git a/grapple-hook-client/.vscode/settings.json b/grapple-hook-client/.vscode/settings.json new file mode 100644 index 0000000..873b41e --- /dev/null +++ b/grapple-hook-client/.vscode/settings.json @@ -0,0 +1,19 @@ +{ + "emmet.includeLanguages": { + "rust": "html", + "*.rs": "html" + }, + "tailwindCSS.includeLanguages": { + "rust": "html", + "*.rs": "html" + }, + "files.associations": { + "*.rs": "rust" + }, + "editor.quickSuggestions": { + "other": "on", + "comments": "on", + "strings": true + }, + "css.validate": false +} \ No newline at end of file diff --git a/grapple-hook/src-tauri/Cargo.toml b/grapple-hook/src-tauri/Cargo.toml index e6625cc..a93b4b9 100644 --- a/grapple-hook/src-tauri/Cargo.toml +++ b/grapple-hook/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grapple-hook" -version = "24.2.1" +version = "25.0.0" description = "Configuration Tool for Grapple Hardware" authors = ["Jaci Brunning "] license = "GPLv3"