Skip to content

Commit

Permalink
Bump version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zonuexe committed Apr 11, 2020
1 parent 9753e59 commit bf9e82a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cask
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(package "phpstan" "0.4.0" "Interface to PHPStan (PHP static analyzer)")
(package "phpstan" "0.5.0" "Interface to PHPStan (PHP static analyzer)")
(source "melpa" "https://melpa.org/packages/")

(package-file "phpstan.el")
Expand Down
4 changes: 2 additions & 2 deletions flycheck-phpstan.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

;; Author: USAMI Kenta <[email protected]>
;; Created: 15 Mar 2018
;; Version: 0.4.0
;; Version: 0.5.0
;; Keywords: tools, php
;; Homepage: https://github.com/emacs-php/phpstan.el
;; Package-Requires: ((emacs "24.3") (flycheck "26") (phpstan "0.4.0"))
;; Package-Requires: ((emacs "24.3") (flycheck "26") (phpstan "0.5.0"))
;; License: GPL-3.0-or-later

;; This program is free software; you can redistribute it and/or modify
Expand Down
4 changes: 2 additions & 2 deletions flymake-phpstan.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

;; Author: USAMI Kenta <[email protected]>
;; Created: 31 Mar 2020
;; Version: 0.4.0
;; Version: 0.5.0
;; Keywords: tools, php
;; Homepage: https://github.com/emacs-php/phpstan.el
;; Package-Requires: ((emacs "26.1") (phpstan "0.4.0"))
;; Package-Requires: ((emacs "26.1") (phpstan "0.5.0"))
;; License: GPL-3.0-or-later

;; This program is free software; you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion phpstan.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

;; Author: USAMI Kenta <[email protected]>
;; Created: 15 Mar 2018
;; Version: 0.4.0
;; Version: 0.5.0
;; Keywords: tools, php
;; Homepage: https://github.com/emacs-php/phpstan.el
;; Package-Requires: ((emacs "24.3") (php-mode "1.22.3"))
Expand Down

0 comments on commit bf9e82a

Please sign in to comment.