From 35c1506bec0cb43629d30cae8be6cd7f793fff8b Mon Sep 17 00:00:00 2001 From: Alex Kost Date: Fri, 5 May 2017 13:11:33 +0300 Subject: Update version to 0.3.1 --- configure.ac | 2 +- elisp/guix.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index e96029c..0fd39fb 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Emacs-Guix. If not, see . ]]) -AC_INIT([Emacs-Guix], [0.3], [alezost@gmail.com], [emacs-guix], +AC_INIT([Emacs-Guix], [0.3.1], [alezost@gmail.com], [emacs-guix], [https://github.com/alezost/guix.el]) AC_COPYRIGHT(EMACS_GUIX_CONFIGURE_COPYRIGHT) diff --git a/elisp/guix.el b/elisp/guix.el index d8dbd29..44c31b7 100644 --- a/elisp/guix.el +++ b/elisp/guix.el @@ -3,7 +3,7 @@ ;; Copyright © 2016–2017 Alex Kost ;; Author: Alex Kost -;; Version: 0.3 +;; Version: 0.3.1 ;; URL: https://github.com/alezost/guix.el ;; Keywords: tools ;; Package-Requires: ((emacs "24.3") (dash "2.11.0") (geiser "0.8") (bui "1.1.0") (magit-popup "2.1.0")) -- cgit v1.2.3