Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions choreolib/vendor_jsons/ChoreoLib2026.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"fileName": "ChoreoLib2026.json",
"name": "ChoreoLib",
"version": "2026.0.1",
"version": "2026.0.2",
"uuid": "b5e23f0a-dac9-4ad2-8dd6-02767c520aca",
"frcYear": "2026",
"mavenUrls": [
Expand All @@ -13,7 +13,7 @@
{
"groupId": "choreo",
"artifactId": "ChoreoLib-java",
"version": "2026.0.1"
"version": "2026.0.2"
},
{
"groupId": "com.google.code.gson",
Expand All @@ -26,7 +26,7 @@
{
"groupId": "choreo",
"artifactId": "ChoreoLib-cpp",
"version": "2026.0.1",
"version": "2026.0.2",
"libName": "ChoreoLib",
"headerClassifier": "headers",
"sharedLibrary": false,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "choreo",
"version": "2026.0.1",
"version": "2026.0.2",
"description": "A graphical tool for planning time-optimized trajectories for autonomous mobile robots in the FIRST Robotics Competition.",
"homepage": "https://github.com/SleipnirGroup/Choreo",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion src-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "choreo-cli"
version = "2026.0.1"
version = "2026.0.2"
edition = "2024"
homepage = "https://github.com/SleipnirGroup/Choreo"
repository = "https://github.com/SleipnirGroup/Choreo.git"
Expand Down
2 changes: 1 addition & 1 deletion src-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "choreo-core"
version = "2026.0.1"
version = "2026.0.2"
edition = "2024"
homepage = "https://github.com/SleipnirGroup/Choreo"
repository = "https://github.com/SleipnirGroup/Choreo.git"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "choreo"
version = "2026.0.1"
version = "2026.0.2"
edition = "2024"
description = """\
A graphical tool for planning time-optimized trajectories for autonomous \
Expand Down
4 changes: 2 additions & 2 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"externalBin": ["../target/choreo-cli"]
},
"productName": "Choreo",
"version": "2026.0.1",
"version": "2026.0.2",
"identifier": "org.sleipnirgroup",
"plugins": {},
"app": {
Expand All @@ -33,7 +33,7 @@
{
"fullscreen": false,
"resizable": true,
"title": "Choreo v2026.0.1",
"title": "Choreo v2026.0.2",
"width": 1200,
"height": 800
}
Expand Down
Loading