Skip to content

Commit

Permalink
build: bump up to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SARDONYX-sard committed Oct 7, 2023
1 parent 6bc5c1b commit ccdd4e5
Show file tree
Hide file tree
Showing 6 changed files with 8 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.1"
version = "0.1.2"
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.1"
version = "0.1.2"
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.1"
version = "0.1.2"
description = "DAR to OAR Converter Core"
authors = ["SARDONYX-sard"]
license = "MIT OR Apache-2.0"
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.1"
version = "0.1.2"
description = "DAR to OAR Converter GUI"
authors = ["SARDONYX-sard"]
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "g_dar2oar",
"version": "0.1.1"
"version": "0.1.2"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit ccdd4e5

Please sign in to comment.