Skip to content

Commit

Permalink
Merge pull request #2 from leo-drive/v1.0.2
Browse files Browse the repository at this point in the history
V1.0.2
  • Loading branch information
KhalilSelyan committed Nov 27, 2023
2 parents 7846efd + cb89f4d commit 811a8c1
Show file tree
Hide file tree
Showing 15 changed files with 327 additions and 110 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "autoware-build-gui",
"private": true,
"license": "MIT",
"version": "1.0.1",
"version": "1.0.2",
"scripts": {
"dev": "next dev -p 1420",
"build": "next build",
Expand Down
147 changes: 102 additions & 45 deletions pnpm-lock.yaml

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.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 = "autoware-build-gui"
version = "1.0.1"
version = "1.0.2"
description = "A GUI for building Autoware packages"
authors = ["Khalil Selyan"]
license = "MIT"
Expand Down

0 comments on commit 811a8c1

Please sign in to comment.