Skip to content

Commit 7ddc753

Browse files
committed
Bump version 1.20.0
1 parent b269ee5 commit 7ddc753

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cask

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(package "php-mode" "1.19.1" "Major mode for editing PHP code")
1+
(package "php-mode" "1.20.0" "Major mode for editing PHP code")
22
(source melpa)
33

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

php-mode.el

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
;; Maintainer: USAMI Kenta <[email protected]>
1010
;; URL: https://github.com/emacs-php/php-mode
1111
;; Keywords: languages php
12-
;; Version: 1.19.1
12+
;; Version: 1.20.0
1313
;; Package-Requires: ((emacs "24.3") (cl-lib "0.5"))
1414
;; License: GPL-3.0-or-later
1515

16-
(defconst php-mode-version-number "1.19.1"
16+
(defconst php-mode-version-number "1.20.0"
1717
"PHP Mode version number.")
1818

19-
(defconst php-mode-modified "2018-08-28"
19+
(defconst php-mode-modified "2018-12-05"
2020
"PHP Mode build date.")
2121

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

php-project.el

Lines changed: 1 addition & 1 deletion
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/emacs-php/php-mode
8-
;; Version: 1.19.1
8+
;; Version: 1.20.0
99
;; Package-Requires: ((emacs "24.3") (cl-lib "0.5"))
1010
;; License: GPL-3.0-or-later
1111

0 commit comments

Comments
 (0)