Skip to content

Commit

Permalink
Merge branch 'release/0.2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
arnested committed Mar 20, 2012
2 parents c883221 + 74fe12b commit f04ae28
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: all elpa-package elpa-install

VERSION=0.1.0
VERSION=0.2.0

all: drupal-mode.info README

Expand Down
2 changes: 1 addition & 1 deletion drupal-mode-pkg.el
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
(define-package "drupal-mode" "0.1.0"
(define-package "drupal-mode" "0.2.0"
"Advanced minor mode for Drupal development"
'((php-mode "1.5.0")))
2 changes: 1 addition & 1 deletion drupal-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
;; Author: Arne Jørgensen <[email protected]>
;; URL: https://github.com/arnested/drupal-mode
;; Created: January 17, 2012
;; Version: 0.1.0
;; Version: 0.2.0
;; Package-Requires: ((php-mode "1.5.0"))
;; Keywords: programming, php, drupal

Expand Down

0 comments on commit f04ae28

Please sign in to comment.