Skip to content

Commit

Permalink
Version bump to v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudhead committed Jan 9, 2020
1 parent b78d4d1 commit 0c498b4
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 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 = "rx"
version = "0.3.0"
version = "0.3.1"
description = "a modern, extensible pixel editor"
license = "GPL-3.0-only"
repository = "https://github.com/cloudhead/rx"
Expand Down
4 changes: 0 additions & 4 deletions RELEASE
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,3 @@
4. Push tags:

git push --tags

5. Publish crate:

cargo publish
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ use std::rc::Rc;
use std::time;

/// Program version.
pub const VERSION: &str = "0.3.0";
pub const VERSION: &str = "0.3.1";

#[global_allocator]
pub static ALLOCATOR: alloc::Allocator = alloc::Allocator::new(System);
Expand Down

0 comments on commit 0c498b4

Please sign in to comment.