Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
bump version to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eldark88 committed Apr 27, 2016
1 parent edeaf74 commit cc595fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DeskAPIClient.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "DeskAPIClient"
s.version = "3.0.0"
s.version = "3.1.0"
s.summary = "A lightweight wrapper around the Desk.com API, v2."
s.license = { :type => 'BSD 3-Clause', :file => 'LICENSE.txt' }
s.homepage = "https://github.com/forcedotcom/DeskApiClient-ObjC"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The Desk API Client is a lightweight static library that wraps the [Desk.com API
The easiest way to install the library is as a cocoapod:

```
pod 'DeskAPIClient', '~> 3.0.0'
pod 'DeskAPIClient', '~> 3.1.0'
```

## Usage
Expand Down

0 comments on commit cc595fe

Please sign in to comment.