Skip to content

Commit 4da1eea

Browse files
Bump version to 1.3.1. Add @repi to authors list
1 parent 280750c commit 4da1eea

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,21 @@ categories = ["development-tools", "os::windows-apis"]
99
license = "MIT"
1010
# Remember to also update in appveyor.yml
1111
# Remember to also update in src/lib.rs ~L40 (Cargo.toml example)
12-
version = "1.3.0"
12+
version = "1.3.1"
1313
authors = ["nabijaczleweli <[email protected]>",
1414
"Cat Plus Plus <[email protected]>",
1515
"Liigo <[email protected]>",
1616
"azyobuzin <[email protected]>",
1717
"Peter Atashian <[email protected]>",
1818
"pravic <[email protected]>",
1919
"Gabriel Majeri <[email protected]>",
20-
"SonnyX"]
20+
"SonnyX",
21+
"Johan Andersson <[email protected]>"]
2122
exclude = ["*.enc"]
2223

2324

2425
[target.'cfg(all(target_os = "windows", target_env = "msvc"))'.dependencies]
25-
vswhom = "0.1.0"
26+
vswhom = "0.1"
2627

2728
[target.'cfg(all(target_os = "windows", target_env = "msvc"))'.dependencies.winreg]
2829
version = "0.6"

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 1.3.0-{build}
1+
version: 1.3.1-{build}
22

33
skip_tags: false
44

0 commit comments

Comments
 (0)