emacs-emojify

fork of https://github.com/iqbalansari/emacs-emojify
Log | Files | Refs | LICENSE

commit 9fac58de9b8f7539bfd4c6983bc826e27d060b30
parent 8d89c10a5eb975544f8475261e758de390d141ba
Author: Iqbal Ansari <iqbalansari02@yahoo.com>
Date:   Wed, 21 Mar 2018 08:03:00 +0530

Bump to v1.0

Diffstat:
MCHANGELOG.org | 5++++-
Memojify.el | 2+-
2 files changed, 5 insertions(+), 2 deletions(-)

diff --git 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 @@ -5,7 +5,7 @@ ;; Author: Iqbal Ansari <iqbalansari02@yahoo.com> ;; 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