Skip to content

Commit

Permalink
Release 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gnuvince committed Feb 14, 2020
1 parent 1d55e3e commit 516b947
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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
Expand Up @@ -2,7 +2,7 @@
name = "ppbert"
description = "Simple pretty printer for Erlang's External Term Format"
homepage = "https://github.com/gnuvince/ppbert"
version = "0.9.1"
version = "0.9.2"
license = "MIT"
authors = ["Vincent Foley <vfoley@gmail.com>"]

Expand Down
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.9.1
# 0.9.2
- Add a GitHub Actions pipeline to create Linux, macOS and Windows binaries

# 0.9.0
Expand Down
2 changes: 1 addition & 1 deletion src/consts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ pub const DISK_LOG_OPENED: u32 = 0x06070809;
pub const DISK_LOG_CLOSED: u32 = 0x63584d0b;
pub const DISK_LOG_TERM_MAGIC: u32 = 0x62574c41;

pub const VERSION: &str = "0.9.0";
pub const VERSION: &str = "0.9.2";

0 comments on commit 516b947

Please sign in to comment.