Skip to content

Commit 535e172

Browse files
committed
Bump version 0.3.3
1 parent 9a4d17a commit 535e172

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 "phpstan" "0.3.2" "Interface to PHPStan (PHP static analyzer)")
1+
(package "phpstan" "0.3.3" "Interface to PHPStan (PHP static analyzer)")
22
(source "melpa" "https://melpa.org/packages/")
33

44
(package-file "phpstan.el")

flycheck-phpstan.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44

55
;; Author: USAMI Kenta <tadsan@zonu.me>
66
;; Created: 15 Mar 2018
7-
;; Version: 0.3.2
7+
;; Version: 0.3.3
88
;; Keywords: convenience, php
99
;; Homepage: https://github.com/emacs-php/phpstan.el
10-
;; Package-Requires: ((emacs "24.3") (flycheck "26") (phpstan "0.3.2"))
10+
;; Package-Requires: ((emacs "24.3") (flycheck "26") (phpstan "0.3.3"))
1111

1212
;; This program is free software; you can redistribute it and/or modify
1313
;; it under the terms of the GNU General Public License as published by

phpstan.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
;;; phpstan.el --- Interface to PHPStan. -*- lexical-binding: t; -*-
1+
;;; phpstan.el --- Interface to PHPStan -*- lexical-binding: t; -*-
22

33
;; Copyright (C) 2020 Friends of Emacs-PHP development
44

55
;; Author: USAMI Kenta <tadsan@zonu.me>
66
;; Created: 15 Mar 2018
7-
;; Version: 0.3.2
7+
;; Version: 0.3.3
88
;; Keywords: tools, php
99
;; Homepage: https://github.com/emacs-php/phpstan.el
1010
;; Package-Requires: ((emacs "24.3"))

0 commit comments

Comments
 (0)