branch: elpa/swift-mode commit 3b6bdad3870ecb87190cfec993bdae0545a8dbaa Author: taku0 <mxxouy6x3m_git...@tatapa.org> Commit: taku0 <mxxouy6x3m_git...@tatapa.org>
Bump version to 8.0.0 --- 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 89263a2..7e44113 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: 7.1.0 +;; Version: 8.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 c48bd1f..73618c3 100644 --- a/swift-mode-font-lock.el +++ b/swift-mode-font-lock.el @@ -9,7 +9,7 @@ ;; Arthur Evstifeev <l...@pisem.net> ;; Michael Sanders <michael.sand...@fastmail.com> ;; -;; Version: 7.1.0 +;; Version: 8.0.0 ;; Package-Requires: ((emacs "24.4") (seq "2.3")) ;; Keywords: languages swift diff --git a/swift-mode-imenu.el b/swift-mode-imenu.el index de575a1..5b5597d 100644 --- a/swift-mode-imenu.el +++ b/swift-mode-imenu.el @@ -4,7 +4,7 @@ ;; Authors: taku0 (http://github.com/taku0) ;; -;; Version: 7.1.0 +;; Version: 8.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 263f34b..428e311 100644 --- a/swift-mode-indent.el +++ b/swift-mode-indent.el @@ -7,7 +7,7 @@ ;; Bozhidar Batsov <bozhi...@batsov.com> ;; Arthur Evstifeev <l...@pisem.net> ;; -;; Version: 7.1.0 +;; Version: 8.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 ff63a8e..0f18757 100644 --- a/swift-mode-lexer.el +++ b/swift-mode-lexer.el @@ -7,7 +7,7 @@ ;; Bozhidar Batsov <bozhi...@batsov.com> ;; Arthur Evstifeev <l...@pisem.net> ;; -;; Version: 7.1.0 +;; Version: 8.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 0f6fb7e..6bb9f55 100644 --- a/swift-mode-repl.el +++ b/swift-mode-repl.el @@ -9,7 +9,7 @@ ;; Arthur Evstifeev <l...@pisem.net> ;; Michael Sanders <michael.sand...@fastmail.com> ;; -;; Version: 7.1.0 +;; Version: 8.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 6d7949f..3df94b3 100644 --- a/swift-mode-standard-types.el +++ b/swift-mode-standard-types.el @@ -4,7 +4,7 @@ ;; Authors: taku0 (http://github.com/taku0) ;; -;; Version: 7.1.0 +;; Version: 8.0.0 ;; Package-Requires: ((emacs "24.4") (seq "2.3")) ;; Keywords: languages swift diff --git a/swift-mode.el b/swift-mode.el index e01c2d0..7a8b837 100644 --- a/swift-mode.el +++ b/swift-mode.el @@ -7,7 +7,7 @@ ;; Bozhidar Batsov <bozhi...@batsov.com> ;; Arthur Evstifeev <l...@pisem.net> ;; -;; Version: 7.1.0 +;; Version: 8.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 ccf3707..fb00ef1 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: 7.1.0 +;; Version: 8.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-imenu.el b/test/swift-mode-test-imenu.el index 046dff5..192ea87 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: 7.1.0 +;; Version: 8.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 e0d9960..3b55b5a 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: 7.1.0 +;; Version: 8.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 8facd3d..e478d2f 100644 --- a/test/swift-mode-test.el +++ b/test/swift-mode-test.el @@ -4,7 +4,7 @@ ;; Authors: taku0 (http://github.com/taku0) ;; -;; Version: 7.1.0 +;; Version: 8.0.0 ;; Package-Requires: ((emacs "24.4") (seq "2.3")) ;; Keywords: languages swift ;; URL: https://github.com/swift-emacs/swift-mode