From 8a72ae61d183ebc397bd9c4b577d061c52216cc2 Mon Sep 17 00:00:00 2001 From: Micutio Date: Mon, 10 Jan 2022 00:38:52 +0800 Subject: [PATCH] version bump --- Cargo.toml | 2 +- src/main.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 58a8b40..95717d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "innit" -version = "0.0.4" +version = "0.0.6" authors = ["Michael Wagner "] license = "MIT License" edition = "2021" diff --git a/src/main.rs b/src/main.rs index e77ff81..fec097d 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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!(