Skip to content

Commit

Permalink
Release 0.31.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiopelosin committed Apr 1, 2014
1 parent b02a101 commit c90bffd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CocoaPods Core Changelog

## Master
## 0.31.1

##### Enhancements

Expand All @@ -12,7 +12,7 @@

##### Bug Fixes

* Fix linting source of a spec for certain URLs.
* Fix linting for Pods which declare a private repo as the source.
[Boris Bügling](https://github.com/neonichu)
[#82](https://github.com/CocoaPods/Core/issues/82)

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ GIT
PATH
remote: .
specs:
cocoapods-core (0.31.0)
cocoapods-core (0.31.1)
activesupport (>= 3.2.15, < 4)
fuzzy_match (~> 2.0.4)
json_pure (~> 1.8)
Expand Down
2 changes: 1 addition & 1 deletion lib/cocoapods-core/gem_version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ module Pod

# The version of the cocoapods-core.
#
CORE_VERSION = '0.31.0' unless defined? Pod::CORE_VERSION
CORE_VERSION = '0.31.1' unless defined? Pod::CORE_VERSION
end

0 comments on commit c90bffd

Please sign in to comment.