Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
AOx0 committed Jul 19, 2022
1 parent a075530 commit ad3adfc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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.8"
version = "0.0.1-alpha.9"
edition = "2021"
authors = ["AOx0 <[email protected]>"]
description = "Rusty RimWorld (mod) Manager is a cross-platform CLI mod manager written in Rust"
Expand All @@ -29,7 +29,7 @@ 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.7"}
rrm_locals = {path="rrm_locals", version="0.0.1-alpha.8"}
rrm_scrap = {path="rrm_scrap", version="0.0.1-alpha.7"}
rrm_installer = { path="rrm_installer", version="0.0.1-alpha.7"}
colored = "2.0.0"
Expand Down
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.7"
version = "0.0.1-alpha.8"
edition = "2021"
authors = ["AOx0 <[email protected]>"]
description = "Part of rrm"
Expand Down

0 comments on commit ad3adfc

Please sign in to comment.