Skip to content

Commit

Permalink
Release 1.3.0.beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
endocrimes committed Jul 19, 2017
1 parent 925c9d4 commit f796750
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
# CocoaPods Core Changelog

## Master
## 1.3.0.beta.3 (2017-07-19)

##### Enhancements

Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Expand Up @@ -8,15 +8,15 @@ GIT
PATH
remote: .
specs:
cocoapods-core (1.3.0.beta.2)
cocoapods-core (1.3.0.beta.3)
activesupport (>= 4.0.2, < 6)
fuzzy_match (~> 2.0.4)
nap (~> 1.0)

GEM
remote: https://rubygems.org/
specs:
activesupport (4.2.8)
activesupport (4.2.9)
i18n (~> 0.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
Expand All @@ -35,7 +35,7 @@ GEM
ffi (1.9.6)
fuzzy_match (2.0.4)
hashdiff (0.3.1)
i18n (0.8.4)
i18n (0.8.6)
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
@@ -1,5 +1,5 @@
module Pod
# The version of the cocoapods-core.
#
CORE_VERSION = '1.3.0.beta.2'.freeze unless defined? Pod::CORE_VERSION
CORE_VERSION = '1.3.0.beta.3'.freeze unless defined? Pod::CORE_VERSION
end

0 comments on commit f796750

Please sign in to comment.