Skip to content

Commit

Permalink
Updating Dollar Dependency to v5.1.0 and bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurp committed Jun 3, 2016
1 parent bda9230 commit dec79cd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cent.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Cent"
s.version = "5.0.1"
s.version = "5.0.2"
s.summary = "Extension for common object types for Swift Language"
s.homepage = "https://github.com/ankurp/Cent"
s.license = { :type => "MIT", :file => "LICENSE" }
Expand All @@ -10,5 +10,5 @@ Pod::Spec.new do |s|
s.requires_arc = true
s.ios.deployment_target = "8.0"
s.osx.deployment_target = "10.10"
s.dependency "Dollar", "~> #{s.version}"
s.dependency "Dollar", "~> 5.1.0"
end
2 changes: 1 addition & 1 deletion Dollar
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ import PackageDescription
let package = Package(
name: "Cent",
dependencies: [
.Package(url: "https://github.com/ankurp/Dollar", majorVersion: 5, minor: 0)
.Package(url: "https://github.com/ankurp/Dollar", majorVersion: 5, minor: 1)
])
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Cent is a library that extends certain Swift object types using the extension fe

## Using [Carthage](https://github.com/Carthage/Carthage)

Add `github "ankurp/Cent" ~> 5.0.0` to your `Cartfile` and run `carthage update`. If unfamiliar with Carthage then checkout their [Getting Started section](https://github.com/Carthage/Carthage#getting-started).
Add `github "ankurp/Cent" ~> 5.1.0` to your `Cartfile` and run `carthage update`. If unfamiliar with Carthage then checkout their [Getting Started section](https://github.com/Carthage/Carthage#getting-started).

## Using [cocoapods](http://cocoapods.org/) version 0.36.x or greater

Expand Down

0 comments on commit dec79cd

Please sign in to comment.