Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
hlorenzi committed Mar 28, 2018
1 parent b205898 commit 46183d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "customasm"
version = "0.4.0"
version = "0.5.0"
authors = ["Henrique Lorenzi <[email protected]>"]

[lib]
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ for pre-built binaries.

[Check out the documentation](/doc/index.md) for user instructions.

Also, [check out an example project](/examples/nes/) which targets the NES!

You can compile from source by simply doing `cargo build`. There's also a
battery of tests available at `cargo test`.

Expand Down

0 comments on commit 46183d7

Please sign in to comment.