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

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

[nongnu] elpa/swift-mode d2f2f1d 410/496: Bump version to 6.0.0


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

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

    Bump version to 6.0.0
---
 swift-mode-beginning-of-defun.el           | 2 +-
 swift-mode-font-lock.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-indent.el             | 2 +-
 test/swift-mode-test.el                    | 2 +-
 10 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/swift-mode-beginning-of-defun.el b/swift-mode-beginning-of-defun.el
index eb121db..5bb7656 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: 5.0.0
+;; Version: 6.0.0
 ;; 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 3367681..bbf7046 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: 5.0.0
+;; Version: 6.0.0
 ;; Package-Requires: ((emacs "24.4") (seq "2.3"))
 ;; Keywords: languages swift
 
diff --git a/swift-mode-indent.el b/swift-mode-indent.el
index c5cb23f..435e8ad 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: 5.0.0
+;; Version: 6.0.0
 ;; Package-Requires: ((emacs "24.4") (seq "2.3"))
 ;; Keywords: languages swift
 
diff --git a/swift-mode-lexer.el b/swift-mode-lexer.el
index 7e95136..28abf34 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: 5.0.0
+;; Version: 6.0.0
 ;; Package-Requires: ((emacs "24.4") (seq "2.3"))
 ;; Keywords: languages swift
 
diff --git a/swift-mode-repl.el b/swift-mode-repl.el
index 9573d72..fdcb6a3 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: 5.0.0
+;; Version: 6.0.0
 ;; 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 fcfa3dc..fe7fbec 100644
--- a/swift-mode-standard-types.el
+++ b/swift-mode-standard-types.el
@@ -4,7 +4,7 @@
 
 ;; Authors: taku0 (http://github.com/taku0)
 ;;
-;; Version: 5.0.0
+;; Version: 6.0.0
 ;; Package-Requires: ((emacs "24.4") (seq "2.3"))
 ;; Keywords: languages swift
 
diff --git a/swift-mode.el b/swift-mode.el
index d180b11..d2b4fb6 100644
--- a/swift-mode.el
+++ b/swift-mode.el
@@ -7,7 +7,7 @@
 ;;       Bozhidar Batsov <bozhidar@batsov.com>
 ;;       Arthur Evstifeev <lod@pisem.net>
 ;;
-;; Version: 5.0.0
+;; Version: 6.0.0
 ;; 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 7336fe4..5472647 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: 5.0.0
+;; Version: 6.0.0
 ;; 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 b4b8b33..eedd956 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: 5.0.0
+;; Version: 6.0.0
 ;; 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 4358041..2950204 100644
--- a/test/swift-mode-test.el
+++ b/test/swift-mode-test.el
@@ -4,7 +4,7 @@
 
 ;; Authors: taku0 (http://github.com/taku0)
 ;;
-;; Version: 5.0.0
+;; Version: 6.0.0
 ;; 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]