Skip to content

Commit bf9e82a

Browse files
committed
Bump version 0.5.0
1 parent 9753e59 commit bf9e82a

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Diff for: Cask

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(package "phpstan" "0.4.0" "Interface to PHPStan (PHP static analyzer)")
1+
(package "phpstan" "0.5.0" "Interface to PHPStan (PHP static analyzer)")
22
(source "melpa" "https://melpa.org/packages/")
33

44
(package-file "phpstan.el")

Diff for: flycheck-phpstan.el

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44

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

1313
;; This program is free software; you can redistribute it and/or modify

Diff for: flymake-phpstan.el

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44

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

1313
;; This program is free software; you can redistribute it and/or modify

Diff for: phpstan.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

0 commit comments

Comments
 (0)