Skip to content

Commit 284d827

Browse files
authored
Update version numbers to v2025.0.1 (#1135)
1 parent 1dca2ce commit 284d827

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

choreolib/ChoreoLib2025.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"fileName": "ChoreoLib2025.json",
33
"name": "ChoreoLib",
4-
"version": "2025.0.0",
4+
"version": "2025.0.1",
55
"uuid": "b5e23f0a-dac9-4ad2-8dd6-02767c520aca",
66
"frcYear": "2025",
77
"mavenUrls": [
@@ -13,7 +13,7 @@
1313
{
1414
"groupId": "choreo",
1515
"artifactId": "ChoreoLib-java",
16-
"version": "2025.0.0"
16+
"version": "2025.0.1"
1717
},
1818
{
1919
"groupId": "com.google.code.gson",
@@ -26,7 +26,7 @@
2626
{
2727
"groupId": "choreo",
2828
"artifactId": "ChoreoLib-cpp",
29-
"version": "2025.0.0",
29+
"version": "2025.0.1",
3030
"libName": "ChoreoLib",
3131
"headerClassifier": "headers",
3232
"sharedLibrary": false,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "choreo",
3-
"version": "2025.0.0",
3+
"version": "2025.0.1",
44
"description": "A graphical tool for planning time-optimized trajectories for autonomous mobile robots in the FIRST Robotics Competition.",
55
"homepage": "https://github.com/SleipnirGroup/Choreo",
66
"bugs": {

src-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "choreo-cli"
3-
version = "2025.0.0"
3+
version = "2025.0.1"
44
edition = "2021"
55
homepage = "https://github.com/SleipnirGroup/Choreo"
66
repository = "https://github.com/SleipnirGroup/Choreo.git"

src-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "choreo-core"
3-
version = "2025.0.0"
3+
version = "2025.0.1"
44
edition = "2021"
55
homepage = "https://github.com/SleipnirGroup/Choreo"
66
repository = "https://github.com/SleipnirGroup/Choreo.git"

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "choreo"
3-
version = "2025.0.0"
3+
version = "2025.0.1"
44
edition = "2021"
55
description = """\
66
A graphical tool for planning time-optimized trajectories for autonomous \

src-tauri/tauri.conf.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"package": {
1111
"productName": "Choreo",
12-
"version": "2025.0.0"
12+
"version": "2025.0.1"
1313
},
1414
"tauri": {
1515
"allowlist": {
@@ -63,7 +63,7 @@
6363
{
6464
"fullscreen": false,
6565
"resizable": true,
66-
"title": "Choreo v2025.0.0",
66+
"title": "Choreo v2025.0.1",
6767
"width": 1200,
6868
"height": 800
6969
}

0 commit comments

Comments
 (0)