From 5ef1d75680efdc82096f559ad18eafe199073fbd Mon Sep 17 00:00:00 2001 From: Jens Getreu Date: Mon, 28 Sep 2020 16:57:38 +0200 Subject: [PATCH] prepare v5.5.0 --- Cargo.lock | 6 +++--- README.md | 2 +- ascii-hangman-backend/Cargo.toml | 2 +- ascii-hangman-webapp/Cargo.toml | 6 +++--- ascii-hangman/Cargo.toml | 6 +++--- doc/source/ascii-hangman--manual.adoc | 2 +- doc/source/index.md | 2 +- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1f73364..81f87b0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -20,7 +20,7 @@ checksum = "4d25d88fd6b8041580a654f9d0c581a047baee2b3efee13275f2fc392fc75034" [[package]] name = "ascii-hangman" -version = "5.4.0" +version = "5.5.0" dependencies = [ "ascii-hangman-backend", "crossterm", @@ -30,7 +30,7 @@ dependencies = [ [[package]] name = "ascii-hangman-backend" -version = "5.4.0" +version = "5.5.0" dependencies = [ "getrandom", "rand", @@ -42,7 +42,7 @@ dependencies = [ [[package]] name = "ascii-hangman-webapp" -version = "5.4.0" +version = "5.5.0" dependencies = [ "ascii-hangman-backend", "js-sys", diff --git a/README.md b/README.md index 1348d3e..126109c 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ install. Just follow the link and enjoy playing: - Package for Debian and Ubuntu: - [x86_64-unknown-linux-gnu/debian/ascii-hangman_5.4.0_amd64.deb](https://blog.getreu.net/projects/ascii-hangman/_downloads/x86_64-unknown-linux-gnu/debian/ascii-hangman_5.4.0_amd64.deb) + [x86_64-unknown-linux-gnu/debian/ascii-hangman_5.5.0_amd64.deb](https://blog.getreu.net/projects/ascii-hangman/_downloads/x86_64-unknown-linux-gnu/debian/ascii-hangman_5.5.0_amd64.deb) * Zipfile with all binaries and documentation: diff --git a/ascii-hangman-backend/Cargo.toml b/ascii-hangman-backend/Cargo.toml index df6ac46..8cf6a05 100644 --- a/ascii-hangman-backend/Cargo.toml +++ b/ascii-hangman-backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ascii-hangman-backend" -version = "5.4.0" +version = "5.5.0" authors = ["Jens Getreu "] edition = "2018" readme = "../README.md" diff --git a/ascii-hangman-webapp/Cargo.toml b/ascii-hangman-webapp/Cargo.toml index cbc6025..11ad10b 100644 --- a/ascii-hangman-webapp/Cargo.toml +++ b/ascii-hangman-webapp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ascii-hangman-webapp" -version = "5.4.0" +version = "5.5.0" authors = ["Jens Getreu "] edition = "2018" readme = "README.md" @@ -26,7 +26,7 @@ ASCII-art is gradually disclosed. ''' [dependencies] -ascii-hangman-backend = { version = "5.4.0", path = "../ascii-hangman-backend" } +ascii-hangman-backend = { version = "5.5.0", path = "../ascii-hangman-backend" } thiserror = "1.0.20" yew-macro = "0.17.0" yew = "0.17.3" @@ -34,4 +34,4 @@ wasm-bindgen = "0.2.68" js-sys = "0.3.45" [lib] -crate-type = ["cdylib", "rlib"] \ No newline at end of file +crate-type = ["cdylib", "rlib"] diff --git a/ascii-hangman/Cargo.toml b/ascii-hangman/Cargo.toml index d2af9d5..8368b86 100644 --- a/ascii-hangman/Cargo.toml +++ b/ascii-hangman/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ascii-hangman" -version = "5.4.0" +version = "5.5.0" authors = ["Jens Getreu "] edition = "2018" readme = "README.md" @@ -26,7 +26,7 @@ ASCII-art is gradually disclosed. ''' [dependencies] -ascii-hangman-backend = { version = "5.4.0", path = "../ascii-hangman-backend" } +ascii-hangman-backend = { version = "5.5.0", path = "../ascii-hangman-backend" } thiserror = "1.0.20" crossterm = "0.17.7" -rand = "0.7.3" \ No newline at end of file +rand = "0.7.3" diff --git a/doc/source/ascii-hangman--manual.adoc b/doc/source/ascii-hangman--manual.adoc index 32f0d2a..f31bef3 100644 --- a/doc/source/ascii-hangman--manual.adoc +++ b/doc/source/ascii-hangman--manual.adoc @@ -1,6 +1,6 @@ = ASCII Art Hangman for Kids Jens Getreu -v5.4.0, 27.9.2020 +v5.5.0, 27.9.2020 :imagesdir: images :toc: :numbering: diff --git a/doc/source/index.md b/doc/source/index.md index f491aad..858f418 100644 --- a/doc/source/index.md +++ b/doc/source/index.md @@ -128,7 +128,7 @@ install. Just follow the link and enjoy playing: - Package for Debian and Ubuntu: - [x86_64-unknown-linux-gnu/debian/ascii-hangman_5.4.0_amd64.deb](/projects/ascii-hangman/_downloads/x86_64-unknown-linux-gnu/debian/ascii-hangman_5.4.0_amd64.deb) + [x86_64-unknown-linux-gnu/debian/ascii-hangman_5.5.0_amd64.deb](/projects/ascii-hangman/_downloads/x86_64-unknown-linux-gnu/debian/ascii-hangman_5.5.0_amd64.deb) * Zipfile with all binaries and documentation: