Skip to content

Commit

Permalink
Bump version number to 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vocaro committed Aug 23, 2020
1 parent c5c1577 commit 5eaa375
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
cocoapods-why (1.1)
cocoapods-why (1.2)
cocoapods (~> 1.0)
rgl (~> 0.5)

Expand Down Expand Up @@ -57,7 +57,7 @@ GEM
netrc (~> 0.11)
cocoapods-try (1.2.0)
colored2 (3.1.2)
concurrent-ruby (1.1.6)
concurrent-ruby (1.1.7)
diff-lcs (1.4.4)
escape (0.0.4)
ethon (0.12.0)
Expand Down Expand Up @@ -100,7 +100,7 @@ GEM
ethon (>= 0.9.0)
tzinfo (1.2.7)
thread_safe (~> 0.1)
xcodeproj (1.17.1)
xcodeproj (1.18.0)
CFPropertyList (>= 2.3.3, < 4.0)
atomos (~> 0.1.3)
claide (>= 1.0.2, < 2.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/cocoapods_why.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module CocoaPodsWhy
VERSION = '1.1'
VERSION = '1.2'
end

0 comments on commit 5eaa375

Please sign in to comment.