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"))