Skip to content

Commit

Permalink
0.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterthanlime committed Jun 2, 2020
1 parent e58798c commit c15d1d8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "valet"
version = "0.11.3"
version = "0.11.4"
authors = ["Amos Wenger <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion generated/version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ pub struct Version {
pub const VERSION: Version = Version {
major: 0,
minor: 11,
patch: 3,
patch: 4,
};

2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itchio/valet",
"version": "0.11.3",
"version": "0.11.4",
"description": "butler as a native Node.js addon",
"typings": "index.d.ts",
"main": "index.js",
Expand Down

0 comments on commit c15d1d8

Please sign in to comment.