From 0668d4a17955b4453cb70e79cc87300c17208af5 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sat, 1 Feb 2020 23:21:48 +0800 Subject: [PATCH] (cargo-release) start next development iteration 1.1.3-alpha.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a3e784f..fd3f089 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "json-tools" edition = "2018" -version = "1.1.2" +version = "1.1.3-alpha.0" authors = ["Sebastian Thiel "] license = "MIT/Apache-2.0" description = "A zero-copy json-lexer, filters and serializer."