From 059098e406dd5b2ea7ca6ad0bd261c5d9f5d36af Mon Sep 17 00:00:00 2001 From: makeworld Date: Wed, 24 Jun 2020 13:52:44 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Bump=20to=20v1.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 +- amfora.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc0dc0c..035fd06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [1.1.0] - 2020-06-24 ### Added - **Bookmarks** (#10) - **Support over 55 charsets** (#3) diff --git a/amfora.go b/amfora.go index c23d7e3..a6f867c 100644 --- a/amfora.go +++ b/amfora.go @@ -8,7 +8,7 @@ import ( "github.com/makeworld-the-better-one/amfora/display" ) -var version = "1.2.0" +var version = "1.1.0" func main() { // err := logger.Init()