From 5fa37507192ddd807ea6415978630e9ac34aa48c Mon Sep 17 00:00:00 2001 From: Alex Huszagh Date: Mon, 4 Oct 2021 05:47:50 -0500 Subject: [PATCH] Increment version for release. --- Cargo.toml | 2 +- README.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e7e996c..ab9843d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ license = "MIT/Apache-2.0" name = "minimal-lexical" readme = "README.md" repository = "https://github.com/Alexhuszagh/minimal-lexical" -version = "0.2.0" +version = "0.2.1" exclude = [ "assets/*", "ci/*", diff --git a/README.md b/README.md index 2c4e33c..7805296 100644 --- a/README.md +++ b/README.md @@ -95,8 +95,7 @@ All changes are documented in [CHANGELOG](CHANGELOG). # License -Minimal-lexical is dual licensed under the Apache 2.0 license as well as the MIT -license. See the [LICENSE.md](LICENSE.md) file for full license details. +Minimal-lexical is dual licensed under the Apache 2.0 license as well as the MIT license. See the [LICENSE.md](LICENSE.md) file for full license details. # Contributing