Skip to content

Commit 017e0e7

Browse files
committed
Bump version 0.2.0
1 parent a2e6096 commit 017e0e7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cask

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(package "php-runtime" "0.1.0" "Language binding bridge to PHP")
1+
(package "php-runtime" "0.2.0" "Language binding bridge to PHP")
22
(source melpa)
33

44
(package-file "php-runtime.el")

php-runtime-test.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
;; Author: USAMI Kenta <[email protected]>
66
;; Created: 28 Aug 2017
7-
;; Version: 0.0.1
7+
;; Version: 0.2.0
88
;; Keywords: processes php
99
;; URL: https://github.com/emacs-php/php-runtime.el
1010
;; Package-Requires: ((emacs "24") (cl-lib "0.5"))

php-runtime.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
;; Author: USAMI Kenta <[email protected]>
66
;; Created: 28 Aug 2017
7-
;; Version: 0.1.0
7+
;; Version: 0.2.0
88
;; Keywords: processes php
99
;; URL: https://github.com/emacs-php/php-runtime.el
1010
;; Package-Requires: ((emacs "25") (cl-lib "0.5") (f "0.20") (s "1.7"))

0 commit comments

Comments
 (0)