-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update version numbers and changelogs for v4.1.1
- Loading branch information
Showing
4 changed files
with
24 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "esplugin" | ||
version = "4.1.0" | ||
version = "4.1.1" | ||
authors = ["Oliver Hamlet <[email protected]>"] | ||
description = "A free software library for reading Elder Scrolls plugin (.esp/.esm/.esl) files." | ||
documentation = "https://docs.rs/esplugin" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "esplugin-ffi" | ||
version = "4.1.0" | ||
version = "4.1.1" | ||
authors = ["Oliver Hamlet <[email protected]>"] | ||
build = "build.rs" | ||
description = "A wrapper library providing a C FFI for esplugin." | ||
|
@@ -17,7 +17,7 @@ exclude = [ | |
] | ||
|
||
[dependencies] | ||
esplugin = { version = "4.1.0", path = ".." } | ||
esplugin = { version = "4.1.1", path = ".." } | ||
libc = "0.2" | ||
|
||
[lib] | ||
|