Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislaw committed Apr 20, 2016
1 parent 94dc429 commit 23b138b
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,7 +1,7 @@
[package]

name = "components"
version = "0.3.0-rc.2"
version = "0.3.0"
authors = [ "Alexey Denisov <1101.debian@gmail.com>", "Stanislav Pankevich <s.pankevich@gmail.com>" ]

[[bin]]
Expand Down
2 changes: 1 addition & 1 deletion src/components.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#![allow(non_snake_case)]

static COMPONENTS_VERSION: &'static str = env!("CARGO_PKG_VERSION");
static COMPONENTS_DATE: &'static str = "2015-12-31";
static COMPONENTS_DATE: &'static str = "2016-04-20";

use std::env;
use std::fs;
Expand Down

0 comments on commit 23b138b

Please sign in to comment.