branch: elpa/swift-mode
commit 2ab9ea1784a12a482ed9e3fb284b7a7658f40fff
Author: taku0 <[email protected]>
Commit: taku0 <[email protected]>
Bump version to 8.0.2
---
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 7bb938f..b6d3bc3 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: 8.0.1
+;; Version: 8.0.2
;; 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 41eb725..143f2be 100644
--- a/swift-mode-font-lock.el
+++ b/swift-mode-font-lock.el
@@ -9,7 +9,7 @@
;; Arthur Evstifeev <[email protected]>
;; Michael Sanders <[email protected]>
;;
-;; Version: 8.0.1
+;; Version: 8.0.2
;; Package-Requires: ((emacs "24.4") (seq "2.3"))
;; Keywords: languages swift
diff --git a/swift-mode-imenu.el b/swift-mode-imenu.el
index 042e8f0..5d46460 100644
--- a/swift-mode-imenu.el
+++ b/swift-mode-imenu.el
@@ -4,7 +4,7 @@
;; Authors: taku0 (http://github.com/taku0)
;;
-;; Version: 8.0.1
+;; Version: 8.0.2
;; Package-Requires: ((emacs "24.4") (seq "2.3"))
;; Keywords: languages swift
diff --git a/swift-mode-indent.el b/swift-mode-indent.el
index 5ec525e..3fc0258 100644
--- a/swift-mode-indent.el
+++ b/swift-mode-indent.el
@@ -7,7 +7,7 @@
;; Bozhidar Batsov <[email protected]>
;; Arthur Evstifeev <[email protected]>
;;
-;; Version: 8.0.1
+;; Version: 8.0.2
;; Package-Requires: ((emacs "24.4") (seq "2.3"))
;; Keywords: languages swift
diff --git a/swift-mode-lexer.el b/swift-mode-lexer.el
index 271680e..c1c8429 100644
--- a/swift-mode-lexer.el
+++ b/swift-mode-lexer.el
@@ -7,7 +7,7 @@
;; Bozhidar Batsov <[email protected]>
;; Arthur Evstifeev <[email protected]>
;;
-;; Version: 8.0.1
+;; Version: 8.0.2
;; Package-Requires: ((emacs "24.4") (seq "2.3"))
;; Keywords: languages swift
diff --git a/swift-mode-repl.el b/swift-mode-repl.el
index 2611a21..db82504 100644
--- a/swift-mode-repl.el
+++ b/swift-mode-repl.el
@@ -9,7 +9,7 @@
;; Arthur Evstifeev <[email protected]>
;; Michael Sanders <[email protected]>
;;
-;; Version: 8.0.1
+;; Version: 8.0.2
;; 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 9ba1261..fa77ae7 100644
--- a/swift-mode-standard-types.el
+++ b/swift-mode-standard-types.el
@@ -4,7 +4,7 @@
;; Authors: taku0 (http://github.com/taku0)
;;
-;; Version: 8.0.1
+;; Version: 8.0.2
;; Package-Requires: ((emacs "24.4") (seq "2.3"))
;; Keywords: languages swift
diff --git a/swift-mode.el b/swift-mode.el
index 81cf1b2..5f8e5e7 100644
--- a/swift-mode.el
+++ b/swift-mode.el
@@ -7,7 +7,7 @@
;; Bozhidar Batsov <[email protected]>
;; Arthur Evstifeev <[email protected]>
;;
-;; Version: 8.0.1
+;; Version: 8.0.2
;; 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 deb9aba..b77d759 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: 8.0.1
+;; Version: 8.0.2
;; 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 917e5bd..2ccc06b 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: 8.0.1
+;; Version: 8.0.2
;; 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 b6635b7..1ddc656 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: 8.0.1
+;; Version: 8.0.2
;; 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 52fbb8f..c555bb5 100644
--- a/test/swift-mode-test.el
+++ b/test/swift-mode-test.el
@@ -4,7 +4,7 @@
;; Authors: taku0 (http://github.com/taku0)
;;
-;; Version: 8.0.1
+;; Version: 8.0.2
;; Package-Requires: ((emacs "24.4") (seq "2.3"))
;; Keywords: languages swift
;; URL: https://github.com/swift-emacs/swift-mode