diff --git a/NEWS b/NEWS
index cc29212..7bcf1f3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,13 @@
-*- mode: org -*-
+* Changes in 0.4.1.1 (since 0.4.1)
+
+This is a bug-fix release: earlier version of "guix pull" command put
+".go" files into the same directory as ".scm", but now they are placed
+in different directories. This change is supported by this release. It
+is a crucial change, as incompatibility between .scm and .go files may
+lead to unpredictable errors.
+
* Changes in 0.4.1 (since 0.4)
The main purpose of this release is to support the new behaviour of
diff --git a/configure.ac b/configure.ac
index 8ff69bf..ebece29 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.4.1], [alezost@gmail.com], [emacs-guix],
+AC_INIT([Emacs-Guix], [0.4.1.1], [alezost@gmail.com], [emacs-guix],
[https://emacs-guix.gitlab.io/website/])
AC_COPYRIGHT(EMACS_GUIX_CONFIGURE_COPYRIGHT)
diff --git a/elisp/guix.el b/elisp/guix.el
index 69dd696..feeaf6a 100644
--- a/elisp/guix.el
+++ b/elisp/guix.el
@@ -3,7 +3,7 @@
;; Copyright © 2016–2018 Alex Kost
;; Author: Alex Kost
-;; Version: 0.4.1
+;; Version: 0.4.1.1
;; URL: https://emacs-guix.gitlab.io/website/
;; Keywords: tools
;; Package-Requires: ((emacs "24.3") (dash "2.11.0") (geiser "0.8") (bui "1.1.0") (magit-popup "2.1.0") (edit-indirect "0.1.4"))