From f4f0fa9828f29ca11d96687e319421d39f9f0b41 Mon Sep 17 00:00:00 2001 From: PoiScript Date: Tue, 1 Oct 2019 20:52:06 +0800 Subject: [PATCH] chore(orgize): bump version to 0.4.1 --- orgize/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orgize/Cargo.toml b/orgize/Cargo.toml index 747d811..2b51f2c 100644 --- a/orgize/Cargo.toml +++ b/orgize/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "orgize" -version = "0.4.0" +version = "0.4.1" authors = ["PoiScript "] description = "A Rust library for parsing orgmode files." repository = "https://github.com/PoiScript/orgize"