[CHORE] Bump Version

This commit is contained in:
Ben C 2024-07-03 12:56:33 -04:00
parent e80bbd7419
commit c032c1f3fe
No known key found for this signature in database
8 changed files with 13 additions and 13 deletions

8
Cargo.lock generated
View File

@ -2845,7 +2845,7 @@ checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
[[package]]
name = "owmods_cli"
version = "0.14.0"
version = "0.14.1"
dependencies = [
"anyhow",
"clap",
@ -2861,7 +2861,7 @@ dependencies = [
[[package]]
name = "owmods_core"
version = "0.14.0"
version = "0.14.1"
dependencies = [
"anyhow",
"directories",
@ -2887,7 +2887,7 @@ dependencies = [
[[package]]
name = "owmods_gui"
version = "0.14.0"
version = "0.14.1"
dependencies = [
"anyhow",
"log",
@ -5884,7 +5884,7 @@ dependencies = [
[[package]]
name = "xtask"
version = "0.14.0"
version = "0.14.1"
dependencies = [
"anyhow",
"clap",

View File

@ -12,7 +12,7 @@
}:
rustPlatform.buildRustPackage rec {
pname = "owmods-cli";
version = "0.14.0";
version = "0.14.1";
# Prevent unneeded rebuilds
src = with lib.fileset;

View File

@ -22,7 +22,7 @@
}:
rustPlatform.buildRustPackage rec {
pname = "owmods-gui";
version = "0.14.0";
version = "0.14.1";
VITE_VERSION_SUFFIX = "-nix";

View File

@ -2,7 +2,7 @@
name = "owmods_cli"
authors = ["Bwc9876 <bwc9876@outerwildsmods.com>"]
description = "A CLI Tool To Manage OWML Mods"
version = "0.14.0"
version = "0.14.1"
edition = "2021"
readme = "./README.md"
repository = "https://github.com/ow-mods/ow-mod-man/"
@ -12,7 +12,7 @@ license = "GPL-3.0-or-later"
depends = "libssl1.1"
[dependencies]
owmods_core = { version = "0.14.0", path = "../owmods_core" }
owmods_core = { version = "0.14.1", path = "../owmods_core" }
clap = { version = "4.5.4", features = ["derive"] }
colored = "2.1.0"
anyhow = "1.0.82"

View File

@ -2,7 +2,7 @@
name = "owmods_core"
authors = ["Bwc9876 <bwc9876@outerwildsmods.com>"]
description = "The core library for the Outer Wilds Mod Manager"
version = "0.14.0"
version = "0.14.1"
edition = "2021"
readme = "./README.md"
license = "GPL-3.0-or-later"

View File

@ -2,7 +2,7 @@
name = "owmods_gui"
authors = ["Bwc9876 <bwc9876@outerwildsmods.com>"]
description = "A GUI Tool To Manage OWML Mods"
version = "0.14.0"
version = "0.14.1"
readme = "./README.md"
repository = "https://github.com/ow-mods/ow-mod-man/"
license = "GPL-3.0-or-later"
@ -12,7 +12,7 @@ edition = "2021"
tauri-build = { version = "1.5.1", features = [] }
[dependencies]
owmods_core = { version = "0.14.0", path = "../../owmods_core" }
owmods_core = { version = "0.14.1", path = "../../owmods_core" }
serde_json = "1.0.116"
serde = { version = "1.0.200", features = ["derive"] }
tauri = { version = "1.6.7", features = [ "process-exit", "clipboard-write-text",

View File

@ -1,7 +1,7 @@
{
"name": "owmods-gui-frontend",
"private": true,
"version": "0.14.0",
"version": "0.14.1",
"type": "module",
"engines": {
"npm": ">=10.0.0",

View File

@ -1,6 +1,6 @@
[package]
name = "xtask"
version = "0.14.0"
version = "0.14.1"
edition = "2021"
[dependencies]