branch: elpa/swift-mode commit 7e782251c0a907426b476e217e3647b203978d34 Author: taku0 <mxxouy6x3m_git...@tatapa.org> Commit: taku0 <mxxouy6x3m_git...@tatapa.org>
Bump version to 2.2 --- 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.el | 2 +- test/swift-mode-test-indent.el | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/swift-mode-beginning-of-defun.el b/swift-mode-beginning-of-defun.el index 8465cd4..3ef85f1 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: 2.1.2 +;; Version: 2.2 ;; Package-Requires: ((emacs "24.4")) ;; Keywords: languages swift diff --git a/swift-mode-font-lock.el b/swift-mode-font-lock.el index 7ba23c8..1a02513 100644 --- a/swift-mode-font-lock.el +++ b/swift-mode-font-lock.el @@ -7,7 +7,7 @@ ;; Bozhidar Batsov <bozhi...@batsov.com> ;; Arthur Evstifeev <l...@pisem.net> ;; -;; Version: 2.1.2 +;; Version: 2.2 ;; Package-Requires: ((emacs "24.4")) ;; Keywords: languages swift diff --git a/swift-mode-indent.el b/swift-mode-indent.el index f52484e..ce0cc93 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: 2.1.2 +;; Version: 2.2 ;; Package-Requires: ((emacs "24.4")) ;; Keywords: languages swift diff --git a/swift-mode-lexer.el b/swift-mode-lexer.el index 83e051e..275a319 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: 2.1.2 +;; Version: 2.2 ;; Package-Requires: ((emacs "24.4")) ;; Keywords: languages swift diff --git a/swift-mode-repl.el b/swift-mode-repl.el index 3b768ca..3fc26e4 100644 --- a/swift-mode-repl.el +++ b/swift-mode-repl.el @@ -7,7 +7,7 @@ ;; Bozhidar Batsov <bozhi...@batsov.com> ;; Arthur Evstifeev <l...@pisem.net> ;; -;; Version: 2.1.2 +;; Version: 2.2 ;; Package-Requires: ((emacs "24.4")) ;; Keywords: languages swift diff --git a/swift-mode.el b/swift-mode.el index aa04da1..bbef466 100644 --- a/swift-mode.el +++ b/swift-mode.el @@ -7,7 +7,7 @@ ;; Bozhidar Batsov <bozhi...@batsov.com> ;; Arthur Evstifeev <l...@pisem.net> ;; -;; Version: 2.1.2 +;; Version: 2.2 ;; Package-Requires: ((emacs "24.4")) ;; 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 a3b21c1..6e9b1f4 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: 2.1.2 +;; Version: 2.2 ;; Package-Requires: ((emacs "24.4")) ;; Keywords: languages swift ;; URL: https://github.com/swift-emacs/swift-mode