Skip to content

Commit

Permalink
Bump version to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Matteo Guarda committed Nov 16, 2020
1 parent 8f7e1bb commit 8b7b48f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "slap-cli"
version = "1.3.0"
version = "1.3.1"
authors = ["Matteo G. <matteoguarda@tutanota.com>"]
description = "Painless shell argument parsing and dependency check."
edition = "2018"
Expand Down Expand Up @@ -34,4 +34,3 @@ color = ["atty", "termcolor"]
[[bin]]
name = "slap"
path = "src/main.rs"

1 comment on commit 8b7b48f

@guardam
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed a bug related to emitting shell code.

Please sign in to comment.