diff --git a/CHANGELOG.md b/CHANGELOG.md index 998f7ec..79aaeae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [2.2.0] - 2021-01-24 + ### Fixed - Fixed pronunciation pronunciation of noun "wind" (from `/waɪnd/` to `/wɪnd/`) for Windows' TTS. #80 diff --git a/crates/datis-cmd/Cargo.toml b/crates/datis-cmd/Cargo.toml index c2c4b02..4e705c6 100644 --- a/crates/datis-cmd/Cargo.toml +++ b/crates/datis-cmd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "datis-cmd" -version = "2.2.0" +version = "2.2.1" authors = ["Markus Ast "] edition = "2018" diff --git a/crates/datis-core/Cargo.toml b/crates/datis-core/Cargo.toml index 0df2876..3f998ef 100644 --- a/crates/datis-core/Cargo.toml +++ b/crates/datis-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "datis-core" -version = "2.2.0" +version = "2.2.1" authors = ["Markus Ast "] edition = "2018" diff --git a/crates/datis-module/Cargo.toml b/crates/datis-module/Cargo.toml index 6c29107..f22f377 100644 --- a/crates/datis-module/Cargo.toml +++ b/crates/datis-module/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "datis" -version = "2.2.0" +version = "2.2.1" authors = ["Markus Ast "] edition = "2018" diff --git a/crates/radio-station/Cargo.toml b/crates/radio-station/Cargo.toml index bfdef2b..deff9e4 100644 --- a/crates/radio-station/Cargo.toml +++ b/crates/radio-station/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dcs-radio-station" -version = "2.2.0" +version = "2.2.1" authors = ["Markus Ast "] edition = "2018" diff --git a/crates/srs/Cargo.toml b/crates/srs/Cargo.toml index 60ef8ce..eaec5c5 100644 --- a/crates/srs/Cargo.toml +++ b/crates/srs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "srs" -version = "2.2.0" +version = "2.2.1" authors = ["rkusa"] edition = "2018" diff --git a/crates/win-media/Cargo.toml b/crates/win-media/Cargo.toml index dff9828..9e1214c 100644 --- a/crates/win-media/Cargo.toml +++ b/crates/win-media/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "win-media" -version = "2.2.0" +version = "2.2.1" authors = ["Markus Ast "] edition = "2018" diff --git a/crates/win-tts/Cargo.toml b/crates/win-tts/Cargo.toml index 9775f2d..582df1c 100644 --- a/crates/win-tts/Cargo.toml +++ b/crates/win-tts/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "win-tts" -version = "2.2.0" +version = "2.2.1" authors = ["Markus Ast "] edition = "2018" diff --git a/mod/Mods/services/DATIS/entry.lua b/mod/Mods/services/DATIS/entry.lua index c75f9c3..160833d 100644 --- a/mod/Mods/services/DATIS/entry.lua +++ b/mod/Mods/services/DATIS/entry.lua @@ -5,7 +5,7 @@ declare_plugin("DATIS", { "datis.dll", }, - version = "2.2.0", + version = "2.2.1", state = "installed", developerName = "github.com/rkusa", info = _("DATIS enables a DCS server with an SRS server running on the same machine (TCP=127.0.0.1) to get weather from the mission for stations and frequencies set in the mission editor, and then to report same in a standardized format over SRS using either the Amazon or Google text to speech engines."),