From b3d1c53aebfcccd6b89359d2f9ae5c272557668a Mon Sep 17 00:00:00 2001 From: Markus Ast Date: Sun, 3 May 2020 10:01:31 +0200 Subject: [PATCH] bump version to 1.0.0-beta.1 --- CHANGELOG.md | 2 ++ crates/datis-cmd/Cargo.toml | 2 +- crates/datis-core/Cargo.toml | 2 +- crates/datis-module/Cargo.toml | 2 +- crates/radio-station/Cargo.toml | 2 +- crates/srs/Cargo.toml | 2 +- mod/Mods/tech/DATIS/entry.lua | 2 +- 7 files changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b199c1..fe31d92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [1.0.0-beta.1] - 2020-05-03 ### Fixed - Fix WIN as default voice not working diff --git a/crates/datis-cmd/Cargo.toml b/crates/datis-cmd/Cargo.toml index 9dfc0e3..c6f7a30 100644 --- a/crates/datis-cmd/Cargo.toml +++ b/crates/datis-cmd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "datis-cmd" -version = "1.0.0-alpha.10" +version = "1.0.0-beta.1" authors = ["Markus Ast "] edition = "2018" diff --git a/crates/datis-core/Cargo.toml b/crates/datis-core/Cargo.toml index a7e82bd..47213a3 100644 --- a/crates/datis-core/Cargo.toml +++ b/crates/datis-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "datis-core" -version = "1.0.0-alpha.10" +version = "1.0.0-beta.1" authors = ["Markus Ast "] edition = "2018" diff --git a/crates/datis-module/Cargo.toml b/crates/datis-module/Cargo.toml index 2f4b1ff..9cb8524 100644 --- a/crates/datis-module/Cargo.toml +++ b/crates/datis-module/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "datis" -version = "1.0.0-alpha.10" +version = "1.0.0-beta.1" authors = ["Markus Ast "] edition = "2018" diff --git a/crates/radio-station/Cargo.toml b/crates/radio-station/Cargo.toml index 306b863..088f7ca 100644 --- a/crates/radio-station/Cargo.toml +++ b/crates/radio-station/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dcs-radio-station" -version = "1.0.0-alpha.10" +version = "1.0.0-beta.1" authors = ["Markus Ast "] edition = "2018" diff --git a/crates/srs/Cargo.toml b/crates/srs/Cargo.toml index a40ce01..63fb8b2 100644 --- a/crates/srs/Cargo.toml +++ b/crates/srs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "srs" -version = "1.0.0-alpha.10" +version = "1.0.0-beta.1" authors = ["rkusa"] edition = "2018" diff --git a/mod/Mods/tech/DATIS/entry.lua b/mod/Mods/tech/DATIS/entry.lua index 7a4dc12..0aab353 100644 --- a/mod/Mods/tech/DATIS/entry.lua +++ b/mod/Mods/tech/DATIS/entry.lua @@ -5,7 +5,7 @@ declare_plugin("DATIS", { "datis.dll", }, - version = "1.0.0-alpha.10", + version = "1.0.0-beta.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."),