Skip to content

Commit

Permalink
Bump to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cybertk committed Jun 3, 2015
1 parent 3e1795a commit 8598b6c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## git-copy

> Git plugin for copy remote git repo to another remote destination
> Git plugin for copy remote/local git repo to another remote/local destination
[![Gem](https://img.shields.io/gem/v/git-copy.svg)](https://rubygems.org/gems/git-copy)
[![Build Status](https://travis-ci.org/cybertk/git-copy.svg?branch=master)](https://travis-ci.org/cybertk/git-copy)
Expand Down
6 changes: 3 additions & 3 deletions git-copy.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ $:.unshift File.expand_path("../lib", __FILE__)

Gem::Specification.new do |spec|
spec.name = "git-copy"
spec.version = "0.1.0"
spec.version = "0.2.0"

spec.author = "Quanlong He"
spec.email = "[email protected]"
spec.homepage = "https://github.com/cybertk/git-copy"
spec.summary = "Copy remote git repo to another remote destination"
spec.description = "Git plugin for copy remote git repo to another remote destination"
spec.summary = "Copy git repo to another destination"
spec.description = "Git plugin for copy remote/local git repo to another remote/local destination"
spec.executables = "git-copy"
spec.license = "MIT"

Expand Down

0 comments on commit 8598b6c

Please sign in to comment.