Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterthanlime committed Jun 16, 2020
1 parent 8bdb48a commit 439bc16
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 = "1.0.0"
version = "1.1.0"
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 @@ -7,7 +7,7 @@ pub struct Version {

pub const VERSION: Version = Version {
major: 1,
minor: 0,
minor: 1,
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": "1.0.0",
"version": "1.1.0",
"description": "butler as a native Node.js addon",
"typings": "index.d.ts",
"main": "index.js",
Expand Down

0 comments on commit 439bc16

Please sign in to comment.