Skip to content

Commit 0c498b4

Browse files
committed
Version bump to v0.3.1
1 parent b78d4d1 commit 0c498b4

File tree

4 files changed

+3
-7
lines changed

4 files changed

+3
-7
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rx"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
description = "a modern, extensible pixel editor"
55
license = "GPL-3.0-only"
66
repository = "https://github.com/cloudhead/rx"

RELEASE

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,3 @@
1212
4. Push tags:
1313

1414
git push --tags
15-
16-
5. Publish crate:
17-
18-
cargo publish

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ use std::rc::Rc;
6767
use std::time;
6868

6969
/// Program version.
70-
pub const VERSION: &str = "0.3.0";
70+
pub const VERSION: &str = "0.3.1";
7171

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

0 commit comments

Comments
 (0)