Skip to content

Commit

Permalink
Update release to version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamyanalunas committed Aug 22, 2014
1 parent e55a9a0 commit 4c7aa11
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### Version 2.0.0
### Version 1.1.0

Upgrade to AFNetworking ~> 2.0 (iOS 7 only)

Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Metrics are automatically cached while the network is unavailable and saved if t

Currently iOS version 7 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.

# Quick Start

After installing `librato-iOS` into your workspace with CocoaPods just create a Librato instance with your credentials and start adding metrics.
Expand Down Expand Up @@ -183,6 +185,11 @@ If the app caches metrics while offline and is then closed all cached metrics ar
* Please include tests. This is important so we don't break your changes unintentionally in a future version.
* Please don't modify the podspec, version, or changelog. If you do change these files, please isolate a separate commit so we can cherry-pick around it.

# Contributors

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

# Copyright

Copyright (c) 2013 Amco International Education Services, LLC. See LICENSE for more details.
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 = "2.0.0"
s.version = "1.1.0"
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 4c7aa11

Please sign in to comment.