Skip to content

Commit

Permalink
Bump version to 1.3.1. Add @repi to authors list
Browse files Browse the repository at this point in the history
  • Loading branch information
nabijaczleweli committed Sep 14, 2019
1 parent 280750c commit 4da1eea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,21 @@ categories = ["development-tools", "os::windows-apis"]
license = "MIT"
# Remember to also update in appveyor.yml
# Remember to also update in src/lib.rs ~L40 (Cargo.toml example)
version = "1.3.0"
version = "1.3.1"
authors = ["nabijaczleweli <[email protected]>",
"Cat Plus Plus <[email protected]>",
"Liigo <[email protected]>",
"azyobuzin <[email protected]>",
"Peter Atashian <[email protected]>",
"pravic <[email protected]>",
"Gabriel Majeri <[email protected]>",
"SonnyX"]
"SonnyX",
"Johan Andersson <[email protected]>"]
exclude = ["*.enc"]


[target.'cfg(all(target_os = "windows", target_env = "msvc"))'.dependencies]
vswhom = "0.1.0"
vswhom = "0.1"

[target.'cfg(all(target_os = "windows", target_env = "msvc"))'.dependencies.winreg]
version = "0.6"
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.3.0-{build}
version: 1.3.1-{build}

skip_tags: false

Expand Down

0 comments on commit 4da1eea

Please sign in to comment.