Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
AOx0 committed Oct 16, 2022
1 parent 1dbfc4a commit 05bc0ef
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 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.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ members = [

[package]
name = "rrm"
version = "0.0.1-alpha.9"
version = "0.0.1-alpha.10"
edition = "2021"
authors = ["AOx0 <[email protected]>"]
description = "Rusty RimWorld (mod) Manager is a cross-platform CLI mod manager written in Rust"
Expand All @@ -29,9 +29,9 @@ tokio = { version = "1.19.2", default-features = false, features = ["full"] }
fs_extra = "1.2.0"
regex = "1.5.6"

rrm_locals = {path="rrm_locals", version="0.0.1-alpha.8"}
rrm_locals = {path="rrm_locals", version="0.0.1-alpha.9"}
rrm_scrap = {path="rrm_scrap", version="0.0.1-alpha.7"}
rrm_installer = { path="rrm_installer", version="0.0.1-alpha.7"}
rrm_installer = { path="rrm_installer", version="0.0.1-alpha.8"}
colored = "2.0.0"
text_io = "0.1.10"
notify = "5.0.0"
4 changes: 2 additions & 2 deletions rrm_installer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rrm_installer"
version = "0.0.1-alpha.7"
version = "0.0.1-alpha.8"
edition = "2021"
authors = ["AOx0 <[email protected]>"]
description = "Part of rrm."
Expand All @@ -17,4 +17,4 @@ serde_json = "1.0.81"
include_dir = "0.7.2"
directories = "4.0.1"
dotenv = "0.15.0"
rrm_locals = {path="../rrm_locals", version="0.0.1-alpha.7"}
rrm_locals = {path="../rrm_locals", version="0.0.1-alpha.9"}
2 changes: 1 addition & 1 deletion rrm_locals/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rrm_locals"
version = "0.0.1-alpha.8"
version = "0.0.1-alpha.9"
edition = "2021"
authors = ["AOx0 <[email protected]>"]
description = "Part of rrm"
Expand Down

0 comments on commit 05bc0ef

Please sign in to comment.