Skip to content

Commit

Permalink
Bump Version
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Pruitt committed Apr 14, 2021
1 parent 1e99a9c commit 8ad6c29
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Version 0.2.2
# Version 0.2.3

* Fixed dragonruby install from itch.io package
* Fixed issue with add with empty dependencies in config
Expand Down
4 changes: 2 additions & 2 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 cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "smaug-cli"
version = "0.2.2"
version = "0.2.3"
authors = ["Matt Pruitt <matt@guitsaru.com>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ use log::*;

fn main() {
let matches = clap_app!(smaug =>
(version: "0.2.1")
(version: "0.2.3")
(author: "Matt Pruitt <matt@guitsaru.com>")
(about: "Create games and share packages with the DragonRuby community")
(setting: clap::AppSettings::ArgRequiredElseHelp)
Expand Down
2 changes: 1 addition & 1 deletion smaug/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "smaug"
version = "0.2.2"
version = "0.2.3"
authors = ["Matt Pruitt <matt@guitsaru.com>"]
edition = "2018"

Expand Down

0 comments on commit 8ad6c29

Please sign in to comment.