Skip to content

Commit c68013a

Browse files
committed
[Version] Bump version 1.19.0
1 parent d007f58 commit c68013a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cask

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(package "php-mode" "1.18.4" "Major mode for editing PHP code")
1+
(package "php-mode" "1.18.9" "Major mode for editing PHP code")
22
(source melpa)
33

44
(package-file "php-mode.el")

php-mode.el

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
;; Maintainer: USAMI Kenta <[email protected]>
99
;; URL: https://github.com/ejmr/php-mode
1010
;; Keywords: languages php
11-
;; Version: 1.18.4
11+
;; Version: 1.19.0
1212
;; Package-Requires: ((emacs "24") (cl-lib "0.5"))
1313
;; License: GPL-3.0-or-later
1414

15-
(defconst php-mode-version-number "1.18.4"
15+
(defconst php-mode-version-number "1.19.0"
1616
"PHP Mode version number.")
1717

18-
(defconst php-mode-modified "2018-01-30"
18+
(defconst php-mode-modified "2018-03-05"
1919
"PHP Mode build date.")
2020

2121
;; This file is free software; you can redistribute it and/or

php-project.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
;; Author: USAMI Kenta <[email protected]>
66
;; Keywords: tools, files
77
;; URL: https://github.com/ejmr/php-mode
8-
;; Version: 1.18.4
8+
;; Version: 1.19.0
99
;; Package-Requires: ((emacs "24") (cl-lib "0.5"))
1010
;; License: GPL-3.0-or-later
1111

0 commit comments

Comments
 (0)