emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/swsw d5ab98b9db 044/146: ; Bump version to 1.1


From: ELPA Syncer
Subject: [nongnu] elpa/swsw d5ab98b9db 044/146: ; Bump version to 1.1
Date: Wed, 25 May 2022 02:59:42 -0400 (EDT)

branch: elpa/swsw
commit d5ab98b9dba739b4e5a723b3f7791a78926944a7
Author: Daniel Semyonov <cmstr@dsemy.com>
Commit: Daniel Semyonov <cmstr@dsemy.com>

    ; Bump version to 1.1
---
 NEWS        | 5 ++++-
 README      | 2 +-
 config.mk   | 2 +-
 swsw-pkg.el | 2 +-
 swsw.el     | 2 +-
 swsw.texi   | 2 +-
 6 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/NEWS b/NEWS
index 9e60a7ad01..73f7a97190 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
 swsw NEWS -- history of user-visible changes.
 
-* 1.1 (currently in development)
+* 1.2 (currently in development)
+No user facing changes have been made yet.
+
+* 1.1
 
 ** Add the ability to customize the scope of swsw-mode.
 swsw-scope controls in which frames swsw-mode tracks windows.
diff --git a/README b/README
index ec889aff61..c2d79f6fee 100644
--- a/README
+++ b/README
@@ -21,7 +21,7 @@ $ make
 
 Install the package:
 
-M-x package-install-file RET ~/swsw/swsw-1.0.tar RET
+M-x package-install-file RET ~/swsw/swsw-1.1.tar RET
 
 Usage:
 
diff --git a/config.mk b/config.mk
index 5d955aee29..2feafc20f1 100644
--- a/config.mk
+++ b/config.mk
@@ -1,5 +1,5 @@
 PKG     = swsw
-VERSION = 1.0
+VERSION = 1.1
 
 INSTALLINFO ?= install-info
 MAKEINFO    ?= makeinfo
diff --git a/swsw-pkg.el b/swsw-pkg.el
index ca6d453038..b46a6e151c 100644
--- a/swsw-pkg.el
+++ b/swsw-pkg.el
@@ -1,4 +1,4 @@
-(define-package "swsw" "1.0" "Simple window switching"
+(define-package "swsw" "1.1" "Simple window switching"
   '((emacs "23.1"))
   :keywords ("convenience")
   :authors (("Daniel Semyonov" . "cmstr@dsemy.com"))
diff --git a/swsw.el b/swsw.el
index fa808e3bb3..649fce2ea2 100644
--- a/swsw.el
+++ b/swsw.el
@@ -4,7 +4,7 @@
 
 ;; Author: Daniel Semyonov <cmstr@dsemy.com>
 ;; Maintainer: Daniel Semyonov <cmstr@dsemy.com>
-;; Version: 1.0
+;; Version: 1.1
 ;; Package-Requires: ((emacs "23.1"))
 ;; Keywords: convenience
 ;; URL: https://sr.ht/~dsemy/swsw
diff --git a/swsw.texi b/swsw.texi
index 49f8a766a9..1c17a5770d 100644
--- a/swsw.texi
+++ b/swsw.texi
@@ -28,7 +28,7 @@ General Public License for more details.
 
 @titlepage
 @title swsw User Manual
-@subtitle for version 1.0
+@subtitle for version 1.1
 @author Daniel Semyonov
 @page
 @vskip 0pt plus 1filll



reply via email to

[Prev in Thread] Current Thread [Next in Thread]