branch: elpa/swift-mode
commit 98920962adaaf42698fc847fbe7d9edcd58e50e9
Author: taku0 <[email protected]>
Commit: taku0 <[email protected]>
Bump version to 2.3.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.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 8b59a8e..ce147a9 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.2.4
+;; Version: 2.3.0
;; Package-Requires: ((emacs "24.4"))
;; Keywords: languages swift
diff --git a/swift-mode-font-lock.el b/swift-mode-font-lock.el
index 746f497..43e3e7c 100644
--- a/swift-mode-font-lock.el
+++ b/swift-mode-font-lock.el
@@ -7,7 +7,7 @@
;; Bozhidar Batsov <[email protected]>
;; Arthur Evstifeev <[email protected]>
;;
-;; Version: 2.2.4
+;; Version: 2.3.0
;; Package-Requires: ((emacs "24.4"))
;; Keywords: languages swift
diff --git a/swift-mode-indent.el b/swift-mode-indent.el
index e575beb..843b3a1 100644
--- a/swift-mode-indent.el
+++ b/swift-mode-indent.el
@@ -7,7 +7,7 @@
;; Bozhidar Batsov <[email protected]>
;; Arthur Evstifeev <[email protected]>
;;
-;; Version: 2.2.4
+;; Version: 2.3.0
;; Package-Requires: ((emacs "24.4"))
;; Keywords: languages swift
diff --git a/swift-mode-lexer.el b/swift-mode-lexer.el
index b8fe0b7..21bdf78 100644
--- a/swift-mode-lexer.el
+++ b/swift-mode-lexer.el
@@ -7,7 +7,7 @@
;; Bozhidar Batsov <[email protected]>
;; Arthur Evstifeev <[email protected]>
;;
-;; Version: 2.2.4
+;; Version: 2.3.0
;; Package-Requires: ((emacs "24.4"))
;; Keywords: languages swift
diff --git a/swift-mode-repl.el b/swift-mode-repl.el
index c309c05..abb7803 100644
--- a/swift-mode-repl.el
+++ b/swift-mode-repl.el
@@ -7,7 +7,7 @@
;; Bozhidar Batsov <[email protected]>
;; Arthur Evstifeev <[email protected]>
;;
-;; Version: 2.2.4
+;; Version: 2.3.0
;; Package-Requires: ((emacs "24.4"))
;; Keywords: languages swift
diff --git a/swift-mode.el b/swift-mode.el
index 5622f5e..afce622 100644
--- a/swift-mode.el
+++ b/swift-mode.el
@@ -7,7 +7,7 @@
;; Bozhidar Batsov <[email protected]>
;; Arthur Evstifeev <[email protected]>
;;
-;; Version: 2.2.4
+;; Version: 2.3.0
;; 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 a0d4c26..c19ed7d 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.2.4
+;; Version: 2.3.0
;; Package-Requires: ((emacs "24.4"))
;; Keywords: languages swift
;; URL: https://github.com/swift-emacs/swift-mode