Skip to content

Commit

Permalink
Bump version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zonuexe committed Jun 16, 2020
1 parent 661c79d commit db65d87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cask
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(package "composer" "0.1.0" "Interface to PHP Composer")
(package "composer" "0.2.0" "Interface to PHP Composer")
(source "melpa" "https://melpa.org/packages/")

(package-file "composer.el")
4 changes: 2 additions & 2 deletions composer.el
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
;;; composer.el --- Interface to PHP Composer -*- lexical-binding: t -*-

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

;; Author: USAMI Kenta <[email protected]>
;; Created: 5 Dec 2015
;; Version: 0.1.1
;; Version: 0.2.0
;; Keywords: tools php dependency manager
;; Homepage: https://github.com/zonuexe/composer.el
;; Package-Requires: ((emacs "24.3") (s "1.9.0") (f "0.17") (seq "1.9") (php-runtime "0.1.0"))
Expand Down

0 comments on commit db65d87

Please sign in to comment.