Skip to content

Commit

Permalink
0.1.3 - Updated dependencies (capistrano, sshkit, bundler, rake).
Browse files Browse the repository at this point in the history
See #37 for more information.
  • Loading branch information
jeremyzahner committed Aug 24, 2016
1 parent 97797c7 commit 72ef294
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
capistrano-wpcli (0.1.2)
capistrano-wpcli (0.1.3)
capistrano (~> 3.6.0)
sshkit (~> 1.11.2)

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Capistrano::WPCLI

[![Dependency Status](https://www.versioneye.com/user/projects/561c9bfda193340f2f001728/badge.svg?style=flat)](https://www.versioneye.com/user/projects/561c9bfda193340f2f001728)
[![Gem Version](https://badge.fury.io/rb/capistrano-wpcli.svg)](https://badge.fury.io/rb/capistrano-wpcli)

**Note: this plugin works only with Capistrano 3.**

Expand Down
2 changes: 1 addition & 1 deletion lib/capistrano/wpcli/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Capistrano
module Wpcli
VERSION = "0.1.2"
VERSION = "0.1.3"
end
end

0 comments on commit 72ef294

Please sign in to comment.