Skip to content

Commit

Permalink
Change version to 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zakkor committed Aug 18, 2016
1 parent e0a0565 commit d0d19dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ricem"
version = "0.1.0"
version = "0.2.0"
authors = ["ed <edward.partenie@gmail.com>"]

[dependencies]
json = "*"
json = "*"
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use std::io::*;
use std::collections::HashMap;


const VERSION: f32 = 0.1;
const VERSION: f32 = 0.2;

mod theme;
use theme::*;
Expand Down

0 comments on commit d0d19dc

Please sign in to comment.