Skip to content

Commit

Permalink
Release 1.3.0.beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
endocrimes committed Jun 6, 2017
1 parent 3729e73 commit 8fb26d0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CocoaPods Core Changelog

## Master
## 1.3.0.beta.1 (2017-06-06)

##### Enhancements

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ GIT
PATH
remote: .
specs:
cocoapods-core (1.2.1)
cocoapods-core (1.3.0.beta.1)
activesupport (>= 4.0.2, < 6)
fuzzy_match (~> 2.0.4)
nap (~> 1.0)
Expand All @@ -35,7 +35,7 @@ GEM
ffi (1.9.6)
fuzzy_match (2.0.4)
hashdiff (0.3.1)
i18n (0.8.1)
i18n (0.8.4)
kicker (3.0.0)
listen (~> 1.3.0)
notify (~> 0.5.2)
Expand Down
2 changes: 1 addition & 1 deletion lib/cocoapods-core/gem_version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Pod
# The version of the cocoapods-core.
#
CORE_VERSION = '1.2.1'.freeze unless defined? Pod::CORE_VERSION
CORE_VERSION = '1.3.0.beta.1'.freeze unless defined? Pod::CORE_VERSION
end

0 comments on commit 8fb26d0

Please sign in to comment.