branch: elpa/swift-mode
commit 75cbae223fbf84d19e14a7f7734ded4f46078654
Author: taku0 <[email protected]>
Commit: taku0 <[email protected]>
Bump version to 2.2.3
---
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 bbb677b..dcc2b96 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.1
+;; Version: 2.2.3
;; Package-Requires: ((emacs "24.4"))
;; Keywords: languages swift
diff --git a/swift-mode-font-lock.el b/swift-mode-font-lock.el
index 66faa0a..b7a3d70 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.1
+;; Version: 2.2.3
;; Package-Requires: ((emacs "24.4"))
;; Keywords: languages swift
diff --git a/swift-mode-indent.el b/swift-mode-indent.el
index 15a1ec2..6540f57 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.1
+;; Version: 2.2.3
;; Package-Requires: ((emacs "24.4"))
;; Keywords: languages swift
diff --git a/swift-mode-lexer.el b/swift-mode-lexer.el
index 5b34251..0f6cee0 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.1
+;; Version: 2.2.3
;; Package-Requires: ((emacs "24.4"))
;; Keywords: languages swift
diff --git a/swift-mode-repl.el b/swift-mode-repl.el
index 47b075d..bcaf8c2 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.1
+;; Version: 2.2.3
;; Package-Requires: ((emacs "24.4"))
;; Keywords: languages swift
diff --git a/swift-mode.el b/swift-mode.el
index b4ec505..f105b8a 100644
--- a/swift-mode.el
+++ b/swift-mode.el
@@ -7,7 +7,7 @@
;; Bozhidar Batsov <[email protected]>
;; Arthur Evstifeev <[email protected]>
;;
-;; Version: 2.2.1
+;; Version: 2.2.3
;; 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 a0c4468..0ba6c54 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.1
+;; Version: 2.2.3
;; Package-Requires: ((emacs "24.4"))
;; Keywords: languages swift
;; URL: https://github.com/swift-emacs/swift-mode