From 317ca7333d4c6b45deb3e65f66f2e2cff54b00f1 Mon Sep 17 00:00:00 2001 From: PoiScript Date: Mon, 4 May 2020 10:21:42 +0800 Subject: [PATCH] release: bump version to 0.8.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3b4ce09..f573e06 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "orgize" -version = "0.8.1" +version = "0.8.2" authors = ["PoiScript "] description = "A Rust library for parsing orgmode files." repository = "https://github.com/PoiScript/orgize"