Skip to content

Commit c36f544

Browse files
Bump version to 1.3.0. Add @SonnyX to authors list
1 parent 37ecbee commit c36f544

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@ 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.2.1"
12+
version = "1.3.0"
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]>",
19-
"Gabriel Majeri <[email protected]>"]
19+
"Gabriel Majeri <[email protected]>",
20+
"SonnyX"]
2021
exclude = ["*.enc"]
2122

2223

appveyor.yml

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

33
skip_tags: false
44

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
//! build = "build.rs"
3737
//!
3838
//! [build-dependencies]
39-
//! embed-resource = "1.2"
39+
//! embed-resource = "1.3"
4040
//! ```
4141
//!
4242
//! In `build.rs`:

0 commit comments

Comments
 (0)