Skip to content

Commit

Permalink
Update version constants to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nilaysavant committed Jan 27, 2021
1 parent ab2d181 commit 4ad37d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 = "jsonox"
version = "0.1.0"
version = "0.2.0"
authors = ["Nilay Savant <[email protected]>"]
edition = "2018"
description = "CLI based RESTful JSON server + store written in Rust."
Expand Down
2 changes: 1 addition & 1 deletion src/constants/app_metadata.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pub const APP_NAME: &str = "jsonox";
pub const APP_DESCRIPTION: &str = "CLI based RESTful JSON server + store written in Rust.";
pub const APP_VERSION: &str = "0.1.0";
pub const APP_VERSION: &str = "0.2.0";
pub const APP_AUTHOR: &str = "Nilay Savant <[email protected]>";

0 comments on commit 4ad37d6

Please sign in to comment.