Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed Sep 11, 2014
1 parent e8d9484 commit 37d967b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Cocoapods::Plugins Changelog

## Master
## 0.3.0

* Added a reminder to add plugin to `plugins.json` once released (fix #27)
[Olivier Halligon](https://github.com/AliSoftware)
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ GIT

GIT
remote: https://github.com/CocoaPods/CocoaPods.git
revision: 05b003b85df7ff9793d37f3562df0ac73ba493cd
revision: 576b10b9bf72c3aaded4e767bc0f8735a8e1fcca
branch: master
specs:
cocoapods (0.33.1)
activesupport (>= 3.2.15, < 4)
claide (~> 0.7.0)
cocoapods-core (= 0.33.1)
cocoapods-downloader (~> 0.6.1)
cocoapods-plugins (~> 0.2.0)
cocoapods-plugins (~> 0.3.0)
cocoapods-trunk (~> 0.1.4)
cocoapods-try (~> 0.3.0)
colored (~> 1.2)
Expand All @@ -39,7 +39,7 @@ GIT
PATH
remote: .
specs:
cocoapods-plugins (0.2.0)
cocoapods-plugins (0.3.0)
nap

GEM
Expand All @@ -57,7 +57,7 @@ GEM
cocoapods-downloader (0.6.1)
cocoapods-trunk (0.1.4)
json_pure (~> 1.8)
nap (>= 0.6)
nap (>= 0.8)
netrc
cocoapods-try (0.3.0)
codeclimate-test-reporter (0.4.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/cocoapods_plugins.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# The namespace of the Cocoapods plugins plugin.
#
module CocoapodsPlugins
VERSION = '0.2.0'
VERSION = '0.3.0'
end

0 comments on commit 37d967b

Please sign in to comment.