branch: elpa/popup commit 53bb3ec2d4cd12e5aa6e41d40df853944121b1ac Author: Syohei YOSHIDA <syo...@gmail.com> Commit: Syohei YOSHIDA <syo...@gmail.com>
bump up version --- popup.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/popup.el b/popup.el index 80ac629..a478699 100644 --- a/popup.el +++ b/popup.el @@ -4,7 +4,7 @@ ;; Author: Tomohiro Matsuyama <t...@cx4a.org> ;; Keywords: lisp -;; Version: 0.5.0 +;; Version: 0.5.1 ;; Package-Requires: ((cl-lib "0.3")) ;; This program is free software; you can redistribute it and/or modify @@ -31,7 +31,7 @@ (require 'cl-lib) -(defconst popup-version "0.5.0") +(defconst popup-version "0.5.1")