Skip to content

Commit

Permalink
change version numbers to 2024.1.3 (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
shueja authored Feb 6, 2024
1 parent 14feec1 commit 5f1e3aa
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion choreolib/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'maven-publish'

ext.licenseFile = files("$rootDir/LICENSE.txt")

def pubVersion = '2024.1.3-pre2'
def pubVersion = '2024.1.3'

def outputsFolder = file("$buildDir/outputs")

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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": "2024.1.3-pre2",
"version": "2024.1.3",
"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-tauri/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 src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "choreo"
version = "2024.1.3-pre2"
version = "2024.1.3"
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.in.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "Choreo",
"version": "2024.1.3-pre2"
"version": "2024.1.3"
},
"tauri": {
"allowlist": {
Expand Down Expand Up @@ -66,7 +66,7 @@
{
"fullscreen": false,
"resizable": true,
"title": "Choreo v2024.1.3-pre2",
"title": "Choreo v2024.1.3",
"width": 1200,
"height": 800
}
Expand Down

0 comments on commit 5f1e3aa

Please sign in to comment.