Skip to content

Commit

Permalink
Bump version: 0.0.1 → 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kingcos committed Mar 4, 2020
1 parent a135ef1 commit 8a492be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
[bumpversion]
current_version = 0.0.1
current_version = 0.0.2
commit = True
tag = True

tag_name = {new_version}

[bumpversion:file:cocoapods-backup.gemspec]
Expand Down
2 changes: 1 addition & 1 deletion cocoapods-backup.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ require 'cocoapods-backup/gem_version.rb'

Gem::Specification.new do |spec|
spec.name = 'cocoapods-backup'
spec.version = '0.0.1'
spec.version = '0.0.2'
spec.authors = ['kingcos']
spec.email = ['2821836721v@gmail.com']
spec.description = %q{Using current sources for your pods.}
Expand Down
2 changes: 1 addition & 1 deletion lib/cocoapods-backup/gem_version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module CocoapodsBackup
VERSION = "0.0.1"
VERSION = "0.0.2"
end

0 comments on commit 8a492be

Please sign in to comment.