Skip to content

Commit

Permalink
0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sandhose committed Nov 29, 2022
1 parent 79f9f0a commit 8ca979f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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 cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "z33-cli"
description = "An emulator for the Zorglub-33 architecture"
homepage = "https://pdagog.gitlab.io/ens/z33refcard.pdf"
version = "0.5.1"
version = "0.5.2"
authors = ["Quentin Gliech <[email protected]>"]
edition = "2021"
readme = "../README.md"
Expand Down
2 changes: 1 addition & 1 deletion emulator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "z33-emulator"
description = "An emulator for the Zorglub-33 architecture"
homepage = "https://pdagog.gitlab.io/ens/z33refcard.pdf"
version = "0.5.1"
version = "0.5.2"
authors = ["Quentin Gliech <[email protected]>"]
edition = "2021"
readme = "../README.md"
Expand Down
2 changes: 1 addition & 1 deletion web/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "z33-web"
version = "0.5.1"
version = "0.5.2"
edition = "2021"

[package.metadata.wasm-pack.profile.release]
Expand Down

0 comments on commit 8ca979f

Please sign in to comment.