Skip to content

Commit

Permalink
Bump version 1.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zonuexe committed Dec 4, 2018
1 parent b269ee5 commit 7ddc753
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.19.1" "Major mode for editing PHP code")
(package "php-mode" "1.20.0" "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 @@ -9,14 +9,14 @@
;; Maintainer: USAMI Kenta <[email protected]>
;; URL: https://github.com/emacs-php/php-mode
;; Keywords: languages php
;; Version: 1.19.1
;; Version: 1.20.0
;; Package-Requires: ((emacs "24.3") (cl-lib "0.5"))
;; License: GPL-3.0-or-later

(defconst php-mode-version-number "1.19.1"
(defconst php-mode-version-number "1.20.0"
"PHP Mode version number.")

(defconst php-mode-modified "2018-08-28"
(defconst php-mode-modified "2018-12-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/emacs-php/php-mode
;; Version: 1.19.1
;; Version: 1.20.0
;; Package-Requires: ((emacs "24.3") (cl-lib "0.5"))
;; License: GPL-3.0-or-later

Expand Down

0 comments on commit 7ddc753

Please sign in to comment.