aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Yin <tedy@tedy-a01.vmware.com>2018-07-08 18:06:33 -0700
committerTed Yin <tedy@tedy-a01.vmware.com>2018-07-08 18:06:33 -0700
commit03b3fd0caa2e8b27af3662ad96a00551f89dc7b1 (patch)
treec3b1ab63fa0fd24471f78d552590814fff809fc7
parent7269919aa436d8117976a7afadbffd7cdba36f44 (diff)
bump version
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 42d7602..6c345f8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "runes"
-version = "0.2.2"
+version = "0.2.3"
authors = ["Determinant <tederminant@gmail.com>"]
description = "No-std NES emulator library and minimal emulator written purely in Rust."
repository = "https://github.com/Determinant/runes"