From 3e6831309503560da5a9b6371f1e736c52ac8376 Mon Sep 17 00:00:00 2001 From: PoiScript Date: Mon, 7 Oct 2019 19:58:11 +0800 Subject: [PATCH] release(orgize): bump version to 0.4.2 --- orgize/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orgize/Cargo.toml b/orgize/Cargo.toml index 5923707..a7ee6c0 100644 --- a/orgize/Cargo.toml +++ b/orgize/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "orgize" -version = "0.4.1" +version = "0.4.2" authors = ["PoiScript "] description = "A Rust library for parsing orgmode files." repository = "https://github.com/PoiScript/orgize"