Skip to content

Commit

Permalink
Bump version to 1.4.0. Add @mcgoo to authors list
Browse files Browse the repository at this point in the history
  • Loading branch information
nabijaczleweli committed Dec 7, 2020
1 parent f3f07c0 commit 8754df2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "MIT"
# Remember to also update in appveyor.yml
# Remember to also update in src/lib.rs ~L40 (Cargo.toml example)
# Remember to also update in README
version = "1.3.4"
version = "1.4.0"
authors = ["nabijaczleweli <nabijaczleweli@gmail.com>",
"Cat Plus Plus <piotrlegnica@piotrl.pl>",
"Liigo <liigo@qq.com>",
Expand All @@ -21,7 +21,8 @@ authors = ["nabijaczleweli <nabijaczleweli@gmail.com>",
"SonnyX",
"Johan Andersson <repi@repi.se>",
"Jordan Poles <jpdev.noreply@gmail.com>",
"MSxDOS <melcodos@gmail.com>"]
"MSxDOS <melcodos@gmail.com>",
"Jim McGrath <jimmc2@gmail.com>"]
exclude = ["*.enc"]


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The following steps are used to embed a manifest in your compiled rust .exe file
1. Add the following to your cargo.toml:
```toml
[build-dependencies]
embed-resource = "1.3"
embed-resource = "1.4"
```

2. In your project root directory, add a file named `build.rs` with the following:
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.4-{build}
version: 1.4.0-{build}

skip_tags: false

Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
//! build = "build.rs"
//!
//! [build-dependencies]
//! embed-resource = "1.3"
//! embed-resource = "1.4"
//! ```
//!
//! In `build.rs`:
Expand Down

0 comments on commit 8754df2

Please sign in to comment.