From 9fac58de9b8f7539bfd4c6983bc826e27d060b30 Mon Sep 17 00:00:00 2001 From: Iqbal Ansari Date: Wed, 21 Mar 2018 08:03:00 +0530 Subject: [PATCH] Bump to v1.0 --- CHANGELOG.org | 5 ++++- emojify.el | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.org b/CHANGELOG.org index 8215abf..9e36b8d 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -3,7 +3,10 @@ The format is based on [[http://keepachangelog.com/][Keep a Changelog]]. ** Unreleased - See [[https://github.com/iqbalansari/emacs-emojify/compare/v0.4...HEAD][Changes]] + See [[https://github.com/iqbalansari/emacs-emojify/compare/v1.0...HEAD][Changes]] + +** v1.0 - 2018-03-21 + See [[https://github.com/iqbalansari/emacs-emojify/compare/v0.4...v1.0][Changes]] *** Fixed - Do not try emojifying areas larger than 5000 points diff --git a/emojify.el b/emojify.el index 838a194..cd1cbf2 100644 --- a/emojify.el +++ b/emojify.el @@ -5,7 +5,7 @@ ;; Author: Iqbal Ansari ;; Keywords: multimedia, convenience ;; URL: https://github.com/iqbalansari/emacs-emojify -;; Version: 0.4 +;; Version: 1.0 ;; Package-Requires: ((seq "1.11") (ht "2.0") (emacs "24.3")) ;; This program is free software; you can redistribute it and/or modify