Skip to content

Commit

Permalink
0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterthanlime committed May 20, 2020
1 parent b52f425 commit 249f17f
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.8.1"
version = "0.8.2"
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: 8,
patch: 1,
patch: 2,
};

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.8.1",
"version": "0.8.2",
"description": "butler as a native Node.js addon",
"typings": "js/index.d.ts",
"main": "js/index.js",
Expand Down

0 comments on commit 249f17f

Please sign in to comment.