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

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

[nongnu] elpa/swift-mode b93b97e 466/496: Bump version to 8.1.1


From: ELPA Syncer
Subject: [nongnu] elpa/swift-mode b93b97e 466/496: Bump version to 8.1.1
Date: Sun, 29 Aug 2021 11:34:29 -0400 (EDT)

branch: elpa/swift-mode
commit b93b97e67cf5a86fffcd61603da7174d0307a8a8
Author: taku0 <mxxouy6x3m_github@tatapa.org>
Commit: taku0 <mxxouy6x3m_github@tatapa.org>

    Bump version to 8.1.1
---
 swift-mode-beginning-of-defun.el           | 2 +-
 swift-mode-font-lock.el                    | 2 +-
 swift-mode-imenu.el                        | 2 +-
 swift-mode-indent.el                       | 2 +-
 swift-mode-lexer.el                        | 2 +-
 swift-mode-repl.el                         | 2 +-
 swift-mode-standard-types.el               | 2 +-
 swift-mode.el                              | 2 +-
 test/swift-mode-test-beginning-of-defun.el | 2 +-
 test/swift-mode-test-imenu.el              | 2 +-
 test/swift-mode-test-indent.el             | 2 +-
 test/swift-mode-test.el                    | 2 +-
 12 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/swift-mode-beginning-of-defun.el b/swift-mode-beginning-of-defun.el
index aafafcd..d91fec6 100644
--- a/swift-mode-beginning-of-defun.el
+++ b/swift-mode-beginning-of-defun.el
@@ -4,7 +4,7 @@
 
 ;; Authors: taku0 (http://github.com/taku0)
 ;;
-;; Version: 8.1.0
+;; Version: 8.1.1
 ;; Package-Requires: ((emacs "24.4") (seq "2.3"))
 ;; Keywords: languages swift
 
diff --git a/swift-mode-font-lock.el b/swift-mode-font-lock.el
index 1d9872e..4a07158 100644
--- a/swift-mode-font-lock.el
+++ b/swift-mode-font-lock.el
@@ -9,7 +9,7 @@
 ;;       Arthur Evstifeev <lod@pisem.net>
 ;;       Michael Sanders <michael.sanders@fastmail.com>
 ;;
-;; Version: 8.1.0
+;; Version: 8.1.1
 ;; Package-Requires: ((emacs "24.4") (seq "2.3"))
 ;; Keywords: languages swift
 
diff --git a/swift-mode-imenu.el b/swift-mode-imenu.el
index 9cd222a..065a2e6 100644
--- a/swift-mode-imenu.el
+++ b/swift-mode-imenu.el
@@ -4,7 +4,7 @@
 
 ;; Authors: taku0 (http://github.com/taku0)
 ;;
-;; Version: 8.1.0
+;; Version: 8.1.1
 ;; Package-Requires: ((emacs "24.4") (seq "2.3"))
 ;; Keywords: languages swift
 
diff --git a/swift-mode-indent.el b/swift-mode-indent.el
index 687f1b3..3180fd5 100644
--- a/swift-mode-indent.el
+++ b/swift-mode-indent.el
@@ -7,7 +7,7 @@
 ;;       Bozhidar Batsov <bozhidar@batsov.com>
 ;;       Arthur Evstifeev <lod@pisem.net>
 ;;
-;; Version: 8.1.0
+;; Version: 8.1.1
 ;; Package-Requires: ((emacs "24.4") (seq "2.3"))
 ;; Keywords: languages swift
 
diff --git a/swift-mode-lexer.el b/swift-mode-lexer.el
index cc580a4..69dbbd2 100644
--- a/swift-mode-lexer.el
+++ b/swift-mode-lexer.el
@@ -7,7 +7,7 @@
 ;;       Bozhidar Batsov <bozhidar@batsov.com>
 ;;       Arthur Evstifeev <lod@pisem.net>
 ;;
-;; Version: 8.1.0
+;; Version: 8.1.1
 ;; Package-Requires: ((emacs "24.4") (seq "2.3"))
 ;; Keywords: languages swift
 
diff --git a/swift-mode-repl.el b/swift-mode-repl.el
index 9a4d42a..0b49a35 100644
--- a/swift-mode-repl.el
+++ b/swift-mode-repl.el
@@ -9,7 +9,7 @@
 ;;       Arthur Evstifeev <lod@pisem.net>
 ;;       Michael Sanders <michael.sanders@fastmail.com>
 ;;
-;; Version: 8.1.0
+;; Version: 8.1.1
 ;; Package-Requires: ((emacs "24.4") (seq "2.3"))
 ;; Keywords: languages swift
 
diff --git a/swift-mode-standard-types.el b/swift-mode-standard-types.el
index 64c6026..7bb2a67 100644
--- a/swift-mode-standard-types.el
+++ b/swift-mode-standard-types.el
@@ -4,7 +4,7 @@
 
 ;; Authors: taku0 (http://github.com/taku0)
 ;;
-;; Version: 8.1.0
+;; Version: 8.1.1
 ;; Package-Requires: ((emacs "24.4") (seq "2.3"))
 ;; Keywords: languages swift
 
diff --git a/swift-mode.el b/swift-mode.el
index 65ad5dc..ffa414a 100644
--- a/swift-mode.el
+++ b/swift-mode.el
@@ -7,7 +7,7 @@
 ;;       Bozhidar Batsov <bozhidar@batsov.com>
 ;;       Arthur Evstifeev <lod@pisem.net>
 ;;
-;; Version: 8.1.0
+;; Version: 8.1.1
 ;; Package-Requires: ((emacs "24.4") (seq "2.3"))
 ;; Keywords: languages swift
 ;; URL: https://github.com/swift-emacs/swift-mode
diff --git a/test/swift-mode-test-beginning-of-defun.el 
b/test/swift-mode-test-beginning-of-defun.el
index 161ee38..bd3cc7e 100644
--- a/test/swift-mode-test-beginning-of-defun.el
+++ b/test/swift-mode-test-beginning-of-defun.el
@@ -4,7 +4,7 @@
 
 ;; Authors: taku0 (http://github.com/taku0)
 ;;
-;; Version: 8.1.0
+;; Version: 8.1.1
 ;; Package-Requires: ((emacs "24.4") (seq "2.3"))
 ;; Keywords: languages swift
 ;; URL: https://github.com/swift-emacs/swift-mode
diff --git a/test/swift-mode-test-imenu.el b/test/swift-mode-test-imenu.el
index df6b5c5..45b3ca9 100644
--- a/test/swift-mode-test-imenu.el
+++ b/test/swift-mode-test-imenu.el
@@ -4,7 +4,7 @@
 
 ;; Authors: taku0 (http://github.com/taku0)
 ;;
-;; Version: 8.1.0
+;; Version: 8.1.1
 ;; Package-Requires: ((emacs "24.4") (seq "2.3"))
 ;; Keywords: languages swift
 ;; URL: https://github.com/swift-emacs/swift-mode
diff --git a/test/swift-mode-test-indent.el b/test/swift-mode-test-indent.el
index 57ea347..6bec54b 100644
--- a/test/swift-mode-test-indent.el
+++ b/test/swift-mode-test-indent.el
@@ -4,7 +4,7 @@
 
 ;; Authors: taku0 (http://github.com/taku0)
 ;;
-;; Version: 8.1.0
+;; Version: 8.1.1
 ;; Package-Requires: ((emacs "24.4") (seq "2.3"))
 ;; Keywords: languages swift
 ;; URL: https://github.com/swift-emacs/swift-mode
diff --git a/test/swift-mode-test.el b/test/swift-mode-test.el
index 47443ca..ccdb880 100644
--- a/test/swift-mode-test.el
+++ b/test/swift-mode-test.el
@@ -4,7 +4,7 @@
 
 ;; Authors: taku0 (http://github.com/taku0)
 ;;
-;; Version: 8.1.0
+;; Version: 8.1.1
 ;; Package-Requires: ((emacs "24.4") (seq "2.3"))
 ;; Keywords: languages swift
 ;; URL: https://github.com/swift-emacs/swift-mode



reply via email to

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