From 4d504ffe9bd55de5880c1cb8fb7541d3782bb5fb Mon Sep 17 00:00:00 2001 From: PoiScript Date: Tue, 13 Aug 2019 14:30:30 +0800 Subject: [PATCH] chore: bump version to 0.3.0 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f312a15..0510040 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "orgize" -version = "0.2.0" +version = "0.3.0" authors = ["PoiScript "] description = "A Rust library for parsing orgmode files." repository = "https://github.com/PoiScript/orgize" @@ -34,4 +34,4 @@ lazy_static = "1.3.0" pretty_assertions = "0.6.1" serde_json = "1.0.40" slugify = "0.1.0" -syntect = "3.2.0" +syntect = "3.2.1"