branch: elpa/swift-mode
commit 6cd2948589771d926e545d8cbe054705eebce18f
Author: taku0 <[email protected]>
Commit: taku0 <[email protected]>
Bump version to 2.2.1
---
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 | 4 ++--
swift-mode.el | 2 +-
test/swift-mode-test-indent.el | 2 +-
7 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/swift-mode-beginning-of-defun.el b/swift-mode-beginning-of-defun.el
index 3ef85f1..bbb677b 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
+;; Version: 2.2.1
;; Package-Requires: ((emacs "24.4"))
;; Keywords: languages swift
diff --git a/swift-mode-font-lock.el b/swift-mode-font-lock.el
index 1a02513..b99b012 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
+;; Version: 2.2.1
;; Package-Requires: ((emacs "24.4"))
;; Keywords: languages swift
diff --git a/swift-mode-indent.el b/swift-mode-indent.el
index ce0cc93..bcd3d68 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
+;; Version: 2.2.1
;; Package-Requires: ((emacs "24.4"))
;; Keywords: languages swift
diff --git a/swift-mode-lexer.el b/swift-mode-lexer.el
index b00bbcc..5b34251 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
+;; Version: 2.2.1
;; Package-Requires: ((emacs "24.4"))
;; Keywords: languages swift
diff --git a/swift-mode-repl.el b/swift-mode-repl.el
index 0493639..47b075d 100644
--- a/swift-mode-repl.el
+++ b/swift-mode-repl.el
@@ -1,13 +1,13 @@
;;; swift-mode-repl.el --- Run Apple's Swift processes in Emacs buffers -*-
lexical-binding: t -*-
-;; Copyright (C) 2014-2016 taku0, Chris Barrett, Bozhidar Batsov, Arthur
Evstifeev
+;; Copyright (C) 2014-2017 taku0, Chris Barrett, Bozhidar Batsov, Arthur
Evstifeev
;; Authors: taku0 (http://github.com/taku0)
;; Chris Barrett <[email protected]>
;; Bozhidar Batsov <[email protected]>
;; Arthur Evstifeev <[email protected]>
;;
-;; Version: 2.2
+;; Version: 2.2.1
;; Package-Requires: ((emacs "24.4"))
;; Keywords: languages swift
diff --git a/swift-mode.el b/swift-mode.el
index bbef466..b4ec505 100644
--- a/swift-mode.el
+++ b/swift-mode.el
@@ -7,7 +7,7 @@
;; Bozhidar Batsov <[email protected]>
;; Arthur Evstifeev <[email protected]>
;;
-;; Version: 2.2
+;; Version: 2.2.1
;; 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 6e9b1f4..a0c4468 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
+;; Version: 2.2.1
;; Package-Requires: ((emacs "24.4"))
;; Keywords: languages swift
;; URL: https://github.com/swift-emacs/swift-mode