Skip to content

Commit

Permalink
[CHORE] Bump Version
Browse files Browse the repository at this point in the history
  • Loading branch information
Bwc9876 committed Jan 23, 2024
1 parent d23e8ac commit ca37f89
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions owmods_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "owmods_cli"
authors = ["Bwc9876 <bwc9876@outerwildsmods.com>"]
description = "A CLI Tool To Manage OWML Mods"
version = "0.12.0"
version = "0.12.1"
edition = "2021"
readme = "./README.md"
repository = "https://github.com/ow-mods/ow-mod-man/"
Expand All @@ -12,7 +12,7 @@ license = "GPL-3.0-or-later"
depends = "libssl1.1"

[dependencies]
owmods_core = { version = "0.12.0", path = "../owmods_core" }
owmods_core = { version = "0.12.1", path = "../owmods_core" }
clap = { version = "4.4.18", features = ["derive"] }
colored = "2.1.0"
anyhow = "1.0.79"
Expand Down
2 changes: 1 addition & 1 deletion owmods_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "owmods_core"
authors = ["Bwc9876 <bwc9876@outerwildsmods.com>"]
description = "The core library for the Outer Wilds Mod Manager"
version = "0.12.0"
version = "0.12.1"
edition = "2021"
readme = "./README.md"
license = "GPL-3.0-or-later"
Expand Down
4 changes: 2 additions & 2 deletions owmods_gui/backend/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "owmods_gui"
version = "0.12.0"
version = "0.12.1"
license = "GPL-3.0-or-later"
edition = "2021"

[build-dependencies]
tauri-build = { version = "1.5.1", features = [] }

[dependencies]
owmods_core = { version = "0.12.0", path = "../../owmods_core" }
owmods_core = { version = "0.12.1", path = "../../owmods_core" }
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.5.4", features = [ "clipboard-write-text",
Expand Down
2 changes: 1 addition & 1 deletion owmods_gui/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "owmods-gui-frontend",
"private": true,
"version": "0.12.0",
"version": "0.12.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xtask"
version = "0.12.0"
version = "0.12.1"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit ca37f89

Please sign in to comment.