Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sandhose committed Jan 22, 2021
1 parent 966903f commit 50558c6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
[package]
name = "z33-cli"
version = "0.1.0"
description = "An emulator for the Zorglub-33 architecture"
homepage = "https://pdagog.gitlab.io/ens/z33refcard.pdf"
version = "0.2.0"
authors = ["Quentin Gliech <[email protected]>"]
edition = "2018"
readme = "../README.md"
license = "MIT"

[dependencies]
z33-emulator = { path = "../emulator" }
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.1.0"
version = "0.2.0"
authors = ["Quentin Gliech <[email protected]>"]
edition = "2018"
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.1.0"
version = "0.2.0"
edition = "2018"

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

0 comments on commit 50558c6

Please sign in to comment.