Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
I'd mistakenly left the version in Cargo.toml at 0.1.0, instead of the
intended 0.0.1 (as per the git tag).  This bumps to the intended 0.0.2.
  • Loading branch information
andrew-d committed Feb 5, 2017
1 parent a0b3091 commit 1e74d61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "emoji256"
version = "0.1.0"
version = "0.0.2"
authors = ["Andrew Dunham <andrew@du.nham.ca>"]
build = "build.rs"

Expand Down

0 comments on commit 1e74d61

Please sign in to comment.