From d437ac6e8fc540e8dea53830cb63345cc3ed47a7 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sat, 26 Sep 2020 19:21:03 -0400 Subject: [PATCH] version bump for gemtext --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- VERSION | 2 +- gemtext/Cargo.toml | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 311698b..517c9b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.6.2 + +Bump gemtext to 0.2.0 + ## 0.6.1 ### FIXED diff --git a/Cargo.toml b/Cargo.toml index 16b4538..a494d5c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "maj" -version = "0.6.1" +version = "0.6.2" authors = ["Christine Dodrill "] edition = "2018" license = "0BSD" diff --git a/VERSION b/VERSION index ee6cdce..b616048 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.6.1 +0.6.2 diff --git a/gemtext/Cargo.toml b/gemtext/Cargo.toml index f3bf3fa..46265bd 100644 --- a/gemtext/Cargo.toml +++ b/gemtext/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gemtext" -version = "0.1.0" +version = "0.2.0" authors = ["Christine Dodrill "] edition = "2018" license = "0BSD"