Skip to content

Commit

Permalink
prepare v5.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Getreu committed Sep 28, 2020
1 parent 8653201 commit 5ef1d75
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion ascii-hangman-backend/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ascii-hangman-backend"
version = "5.4.0"
version = "5.5.0"
authors = ["Jens Getreu <[email protected]>"]
edition = "2018"
readme = "../README.md"
Expand Down
6 changes: 3 additions & 3 deletions ascii-hangman-webapp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ascii-hangman-webapp"
version = "5.4.0"
version = "5.5.0"
authors = ["Jens Getreu <[email protected]>"]
edition = "2018"
readme = "README.md"
Expand All @@ -26,12 +26,12 @@ 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"
wasm-bindgen = "0.2.68"
js-sys = "0.3.45"

[lib]
crate-type = ["cdylib", "rlib"]
crate-type = ["cdylib", "rlib"]
6 changes: 3 additions & 3 deletions ascii-hangman/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ascii-hangman"
version = "5.4.0"
version = "5.5.0"
authors = ["Jens Getreu <[email protected]>"]
edition = "2018"
readme = "README.md"
Expand All @@ -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"
rand = "0.7.3"
2 changes: 1 addition & 1 deletion doc/source/ascii-hangman--manual.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= ASCII Art Hangman for Kids
Jens Getreu <getreu@web.de>
v5.4.0, 27.9.2020
v5.5.0, 27.9.2020
:imagesdir: images
:toc:
:numbering:
Expand Down
2 changes: 1 addition & 1 deletion doc/source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5ef1d75

Please sign in to comment.