Skip to content
This repository has been archived by the owner on Jun 25, 2019. It is now read-only.

Commit

Permalink
Bump up the version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chritchens committed Feb 16, 2018
1 parent b2d98a5 commit b54fdf3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.2.1 / 2018-02-16
==================

* Add abstract store and node, update models

0.2.0 / 2018-02-10
==================

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libyobicash"
version = "0.2.0"
version = "0.2.1"
authors = ["Christian Nyumbayire <christian@yobicash.org>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/yobicash/libyobicash"
Expand Down
2 changes: 1 addition & 1 deletion src/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pub const NAME: &str = "Yobicash";
pub const CODE: &str = "YBC";

/// The version of the cryptocurrency library.
pub const VERSION: &str = "0.1.1";
pub const VERSION: &str = "0.2.1";

/// The starting date time.
pub const MINDATETIME: &str = "2018-01-18T00:00:00Z";
Expand Down

0 comments on commit b54fdf3

Please sign in to comment.