Skip to content

Commit

Permalink
0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterthanlime committed May 20, 2020
1 parent b1f14d5 commit 1afc9a6
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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.2"
version = "0.9.0"
authors = ["Amos Wenger <[email protected]>"]
edition = "2018"

Expand Down
4 changes: 2 additions & 2 deletions generated/version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pub struct Version {

pub const VERSION: Version = Version {
major: 0,
minor: 8,
patch: 2,
minor: 9,
patch: 0,
};

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

0 comments on commit 1afc9a6

Please sign in to comment.