From c4f2c28e5b6270e8e3364341619f1154bb4e682e Mon Sep 17 00:00:00 2001 From: USAMI Kenta Date: Thu, 19 Sep 2019 21:58:11 +0900 Subject: [PATCH] Bump version 0.1.0 --- Cask | 2 +- copyit-pandoc.el | 4 ++-- copyit.el | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cask b/Cask index 8059617..0877ded 100644 --- a/Cask +++ b/Cask @@ -1,4 +1,4 @@ -(package "copyit" "0.0.2" "Copy it, yank anything!") +(package "copyit" "0.1.0" "Copy it, yank anything!") (source melpa) (package-file "copyit.el") diff --git a/copyit-pandoc.el b/copyit-pandoc.el index 2cb3cc1..bd4d602 100644 --- a/copyit-pandoc.el +++ b/copyit-pandoc.el @@ -4,10 +4,10 @@ ;; Author: USAMI Kenta ;; Created: 6 Jun 2016 -;; Version: 0.0.1 +;; Version: 0.1.0 ;; Keywords: convenience yank clipboard ;; Homepage: https://github.com/zonuexe/emacs-copyit -;; Package-Requires: ((emacs "24.3") (copyit "0.0.1") (pandoc "0.0.1")) +;; Package-Requires: ((emacs "24.3") (copyit "0.1.0") (pandoc "0.0.1")) ;; This file is NOT part of GNU Emacs. diff --git a/copyit.el b/copyit.el index d677757..f64d60e 100644 --- a/copyit.el +++ b/copyit.el @@ -4,7 +4,7 @@ ;; Author: USAMI Kenta ;; Created: 6 Jun 2016 -;; Version: 0.0.2 +;; Version: 0.1.0 ;; Keywords: convenience yank clipboard ;; Homepage: https://github.com/zonuexe/emacs-copyit ;; Package-Requires: ((emacs "24.3") (s "1.9.0"))