summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
-rw-r--r--elisp/guix.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 61e3fc6..5ebb3dc 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 <http://www.gnu.org/licenses/>.
]])
-AC_INIT([Emacs-Guix], [0.3.3], [alezost@gmail.com], [emacs-guix],
+AC_INIT([Emacs-Guix], [0.3.4], [alezost@gmail.com], [emacs-guix],
[https://alezost.github.io/guix.el/])
AC_COPYRIGHT(EMACS_GUIX_CONFIGURE_COPYRIGHT)
diff --git a/elisp/guix.el b/elisp/guix.el
index e1f09c7..ed10ee7 100644
--- a/elisp/guix.el
+++ b/elisp/guix.el
@@ -3,7 +3,7 @@
;; Copyright © 2016–2017 Alex Kost <alezost@gmail.com>
;; Author: Alex Kost <alezost@gmail.com>
-;; Version: 0.3.3
+;; Version: 0.3.4
;; URL: https://alezost.github.io/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"))