Skip to content

Commit

Permalink
Release 0.39.0.beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
segiddins committed Sep 2, 2015
1 parent b430e7f commit 9b06e3d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CocoaPods Core Changelog

## 0.39.0.beta.4 (2015-09-02)

This version only introduces changes in the CocoaPods gem.


## 0.39.0.beta.3 (2015-08-28)

##### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
cocoapods-core (0.39.0.beta.3)
cocoapods-core (0.39.0.beta.4)
activesupport (>= 3.2.15)
fuzzy_match (~> 2.0.4)
nap (~> 1.0)
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 = '0.39.0.beta.3' unless defined? Pod::CORE_VERSION
CORE_VERSION = '0.39.0.beta.4' unless defined? Pod::CORE_VERSION
end

0 comments on commit 9b06e3d

Please sign in to comment.