Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
micutio committed Jan 9, 2022
1 parent 78e0cf4 commit 8a72ae6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "innit"
version = "0.0.4"
version = "0.0.6"
authors = ["Michael Wagner <[email protected]>"]
license = "MIT License"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ rltk::embedded_resource!(FONT_8X8_REX, "../resources/fonts/rex_8x8.png");
// Check [https://nnethercote.github.io/perf-book/title-page.html] for optimisation strategies.
// Check [https://bfnightly.bracketproductions.com/rustbook/webbuild.html] for building as WASM.

const VERSION: &str = "0.04";
const VERSION: &str = "0.0.6";

pub fn main() -> rltk::BError {
println!(
Expand Down

0 comments on commit 8a72ae6

Please sign in to comment.