Skip to content

Commit

Permalink
Merge pull request #47 from amco/update_version_to_1.2.1
Browse files Browse the repository at this point in the history
Bump version to 1.2.1
  • Loading branch information
adamyanalunas authored Oct 25, 2016
2 parents dac274d + a6f972e commit e91d725
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ librato-iOS

Metrics are automatically cached while the network is unavailable and saved if the app closes before they're submitted. Don't worry about submitting metrics, we make sure they don't go missing before they can be handed off to Librato's service.

Currently iOS version 7 and above is supported and the wonderful [AFNetworking 2](https://github.com/AFNetworking/AFNetworking) is used to handle network duties.
Currently iOS version 8 and above is supported and the wonderful [AFNetworking 2](https://github.com/AFNetworking/AFNetworking) is used to handle network duties.

If you need iOS 6 support, you can use the `1.0.2` release, which uses AFNetworking 1.x.
If you need iOS 7 support, you can use the `1.1.0` release, which uses AFNetworking 1.x.

# Quick Start

Expand Down Expand Up @@ -189,6 +189,7 @@ If the app caches metrics while offline and is then closed all cached metrics ar

* [Adam Yanalunas](https://github.com/adamyanalunas)
* [nap-sam-dean](https://github.com/nap-sam-dean)
* [Sergey Kuryanov](https://github.com/SergeyKuryanov)

# Copyright

Expand Down
2 changes: 1 addition & 1 deletion librato-iOS.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "librato-iOS"
s.version = "1.2.0"
s.version = "1.2.1"
s.summary = "Librato library for iOS"
s.description = <<-DESC
A simple, delightful wrapper for the Librato API with conveniences for common use cases
Expand Down

0 comments on commit e91d725

Please sign in to comment.