Skip to content

Commit b06f41e

Browse files
committed
Bump version to v0.3.2
1 parent 9c9c2bf commit b06f41e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.1"
3+
version = "0.3.2"
44
description = "a modern, extensible pixel editor"
55
license = "GPL-3.0-only"
66
repository = "https://github.com/cloudhead/rx"

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.1";
70+
pub const VERSION: &str = "0.3.2";
7171

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

0 commit comments

Comments
 (0)