diff --git a/CHANGELOG.md b/CHANGELOG.md index ab9d2dcce..bc1f7df13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # CocoaPods Core Changelog +## 0.36.4 + +This version only introduces changes in the CocoaPods gem. + + ## 0.36.3 This version only introduces changes in the CocoaPods gem. diff --git a/Gemfile.lock b/Gemfile.lock index 3de39f272..c627a4090 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - cocoapods-core (0.36.3) + cocoapods-core (0.36.4) activesupport (>= 3.2.15) fuzzy_match (~> 2.0.4) nap (~> 0.8.0) diff --git a/lib/cocoapods-core/gem_version.rb b/lib/cocoapods-core/gem_version.rb index 4eb322960..b53d14c2e 100644 --- a/lib/cocoapods-core/gem_version.rb +++ b/lib/cocoapods-core/gem_version.rb @@ -1,5 +1,5 @@ module Pod # The version of the cocoapods-core. # - CORE_VERSION = '0.36.3' unless defined? Pod::CORE_VERSION + CORE_VERSION = '0.36.4' unless defined? Pod::CORE_VERSION end