Skip to content

Commit

Permalink
Bump version to v2025.0.0-beta-6 (#880)
Browse files Browse the repository at this point in the history
  • Loading branch information
calcmogul authored Oct 19, 2024
1 parent c322258 commit 5c8d164
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
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.

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": "2025.0.0-beta-5",
"version": "2025.0.0-beta-6",
"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 = "2025.0.0-beta.5"
version = "2025.0.0-beta.6"
edition = "2021"
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 = "2025.0.0-beta.5"
version = "2025.0.0-beta.6"
edition = "2021"
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 = "2025.0.0-beta.5"
version = "2025.0.0-beta.6"
edition = "2021"
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 @@ -9,7 +9,7 @@
},
"package": {
"productName": "Choreo",
"version": "2025.0.0-beta-5"
"version": "2025.0.0-beta-6"
},
"tauri": {
"allowlist": {
Expand Down Expand Up @@ -63,7 +63,7 @@
{
"fullscreen": false,
"resizable": true,
"title": "Choreo v2025.0.0-beta-5",
"title": "Choreo v2025.0.0-beta-6",
"width": 1200,
"height": 800
}
Expand Down

0 comments on commit 5c8d164

Please sign in to comment.