Skip to content

Commit

Permalink
[Version] Bump version 1.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zonuexe committed Mar 5, 2018
1 parent d007f58 commit c68013a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cask
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(package "php-mode" "1.18.4" "Major mode for editing PHP code")
(package "php-mode" "1.18.9" "Major mode for editing PHP code")
(source melpa)

(package-file "php-mode.el")
Expand Down
6 changes: 3 additions & 3 deletions php-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
;; Maintainer: USAMI Kenta <[email protected]>
;; URL: https://github.com/ejmr/php-mode
;; Keywords: languages php
;; Version: 1.18.4
;; Version: 1.19.0
;; Package-Requires: ((emacs "24") (cl-lib "0.5"))
;; License: GPL-3.0-or-later

(defconst php-mode-version-number "1.18.4"
(defconst php-mode-version-number "1.19.0"
"PHP Mode version number.")

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

;; This file is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion php-project.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
;; Author: USAMI Kenta <[email protected]>
;; Keywords: tools, files
;; URL: https://github.com/ejmr/php-mode
;; Version: 1.18.4
;; Version: 1.19.0
;; Package-Requires: ((emacs "24") (cl-lib "0.5"))
;; License: GPL-3.0-or-later

Expand Down

0 comments on commit c68013a

Please sign in to comment.