Skip to content

Commit

Permalink
Bump version to 8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
taku0 committed Sep 20, 2020
1 parent 0daff60 commit 7d93c75
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion swift-mode-beginning-of-defun.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

;; Authors: taku0 (http://github.com/taku0)
;;
;; Version: 8.0.2
;; Version: 8.1.0
;; Package-Requires: ((emacs "24.4") (seq "2.3"))
;; Keywords: languages swift

Expand Down
2 changes: 1 addition & 1 deletion swift-mode-font-lock.el
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
;; Arthur Evstifeev <[email protected]>
;; Michael Sanders <[email protected]>
;;
;; Version: 8.0.2
;; Version: 8.1.0
;; Package-Requires: ((emacs "24.4") (seq "2.3"))
;; Keywords: languages swift

Expand Down
2 changes: 1 addition & 1 deletion swift-mode-imenu.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

;; Authors: taku0 (http://github.com/taku0)
;;
;; Version: 8.0.2
;; Version: 8.1.0
;; Package-Requires: ((emacs "24.4") (seq "2.3"))
;; Keywords: languages swift

Expand Down
2 changes: 1 addition & 1 deletion swift-mode-indent.el
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
;; Bozhidar Batsov <[email protected]>
;; Arthur Evstifeev <[email protected]>
;;
;; Version: 8.0.2
;; Version: 8.1.0
;; Package-Requires: ((emacs "24.4") (seq "2.3"))
;; Keywords: languages swift

Expand Down
2 changes: 1 addition & 1 deletion swift-mode-lexer.el
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
;; Bozhidar Batsov <[email protected]>
;; Arthur Evstifeev <[email protected]>
;;
;; Version: 8.0.2
;; Version: 8.1.0
;; Package-Requires: ((emacs "24.4") (seq "2.3"))
;; Keywords: languages swift

Expand Down
2 changes: 1 addition & 1 deletion swift-mode-repl.el
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
;; Arthur Evstifeev <[email protected]>
;; Michael Sanders <[email protected]>
;;
;; Version: 8.0.2
;; Version: 8.1.0
;; Package-Requires: ((emacs "24.4") (seq "2.3"))
;; Keywords: languages swift

Expand Down
2 changes: 1 addition & 1 deletion swift-mode-standard-types.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

;; Authors: taku0 (http://github.com/taku0)
;;
;; Version: 8.0.2
;; Version: 8.1.0
;; Package-Requires: ((emacs "24.4") (seq "2.3"))
;; Keywords: languages swift

Expand Down
2 changes: 1 addition & 1 deletion swift-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
;; Bozhidar Batsov <[email protected]>
;; Arthur Evstifeev <[email protected]>
;;
;; Version: 8.0.2
;; Version: 8.1.0
;; Package-Requires: ((emacs "24.4") (seq "2.3"))
;; Keywords: languages swift
;; URL: https://github.com/swift-emacs/swift-mode
Expand Down
2 changes: 1 addition & 1 deletion test/swift-mode-test-beginning-of-defun.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

;; Authors: taku0 (http://github.com/taku0)
;;
;; Version: 8.0.2
;; Version: 8.1.0
;; Package-Requires: ((emacs "24.4") (seq "2.3"))
;; Keywords: languages swift
;; URL: https://github.com/swift-emacs/swift-mode
Expand Down
2 changes: 1 addition & 1 deletion test/swift-mode-test-imenu.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

;; Authors: taku0 (http://github.com/taku0)
;;
;; Version: 8.0.2
;; Version: 8.1.0
;; Package-Requires: ((emacs "24.4") (seq "2.3"))
;; Keywords: languages swift
;; URL: https://github.com/swift-emacs/swift-mode
Expand Down
2 changes: 1 addition & 1 deletion test/swift-mode-test-indent.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

;; Authors: taku0 (http://github.com/taku0)
;;
;; Version: 8.0.2
;; Version: 8.1.0
;; Package-Requires: ((emacs "24.4") (seq "2.3"))
;; Keywords: languages swift
;; URL: https://github.com/swift-emacs/swift-mode
Expand Down
2 changes: 1 addition & 1 deletion test/swift-mode-test.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

;; Authors: taku0 (http://github.com/taku0)
;;
;; Version: 8.0.2
;; Version: 8.1.0
;; Package-Requires: ((emacs "24.4") (seq "2.3"))
;; Keywords: languages swift
;; URL: https://github.com/swift-emacs/swift-mode
Expand Down

0 comments on commit 7d93c75

Please sign in to comment.