Skip to content

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sandhose committed Mar 7, 2022
1 parent a828253 commit 1ed9a61
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
name = "z33-cli"
description = "An emulator for the Zorglub-33 architecture"
homepage = "https://pdagog.gitlab.io/ens/z33refcard.pdf"
version = "0.3.0"
version = "0.5.0"
authors = ["Quentin Gliech <[email protected]>"]
edition = "2018"
edition = "2021"
readme = "../README.md"
license = "MIT"

Expand Down
4 changes: 2 additions & 2 deletions emulator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
name = "z33-emulator"
description = "An emulator for the Zorglub-33 architecture"
homepage = "https://pdagog.gitlab.io/ens/z33refcard.pdf"
version = "0.3.0"
version = "0.5.0"
authors = ["Quentin Gliech <[email protected]>"]
edition = "2018"
edition = "2021"
readme = "../README.md"
license = "MIT"

Expand Down
4 changes: 2 additions & 2 deletions web/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "z33-web"
version = "0.3.0"
edition = "2018"
version = "0.5.0"
edition = "2021"

[package.metadata.wasm-pack.profile.release]
wasm-opt = ["-Oz", "--enable-mutable-globals"]
Expand Down

0 comments on commit 1ed9a61

Please sign in to comment.