aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTed Yin <[email protected]>2018-07-08 18:06:33 -0700
committerTed Yin <[email protected]>2018-07-08 18:06:33 -0700
commit03b3fd0caa2e8b27af3662ad96a00551f89dc7b1 (patch)
treec3b1ab63fa0fd24471f78d552590814fff809fc7 /Cargo.toml
parent7269919aa436d8117976a7afadbffd7cdba36f44 (diff)
bump version
Diffstat (limited to 'Cargo.toml')
-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 <[email protected]>"]
description = "No-std NES emulator library and minimal emulator written purely in Rust."
repository = "https://github.com/Determinant/runes"