Skip to content

Commit

Permalink
build: bump up to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
SARDONYX-sard committed Oct 9, 2023
1 parent 0b0af17 commit 175038e
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 8 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace.package]
version = "0.1.3"
version = "0.1.4"
description = "DAR to OAR Converter"

[workspace]
Expand Down
2 changes: 1 addition & 1 deletion dar2oar_cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dar2oar_cli"
version = "0.1.3"
version.workspace = true
description = "DAR to OAR Converter CLI"
authors = ["SARDONYX-sard"]
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion dar2oar_core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dar2oar_core"
version = "0.1.3"
version.workspace = true
description = "DAR to OAR Converter Core"
authors = ["SARDONYX-sard"]
license = "MIT OR Apache-2.0"
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "dar-to-oar",
"version": "0.1.3",
"version": "0.1.4",
"license": "MIT",
"private": true,
"scripts": {
"dev": "tauri dev",
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 = "g_dar2oar"
version = "0.1.3"
version.workspace = true
description = "DAR to OAR Converter GUI"
authors = ["SARDONYX-sard"]
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 175038e

Please sign in to comment.