From 23cc6f7386da07bd5f6c4b2a5d4965f9748c074e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Boris=20Bu=CC=88gling?= Date: Tue, 14 Apr 2015 10:47:30 +0200 Subject: [PATCH] Bump version. --- Concorde.podspec | 2 +- README.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Concorde.podspec b/Concorde.podspec index 42e1b07..fd70567 100644 --- a/Concorde.podspec +++ b/Concorde.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Concorde" - s.version = "0.0.1" + s.version = "0.0.3" s.summary = "Download and decode progressive JPEGs easily." s.homepage = "https://github.com/contentful-labs/Concorde/" s.social_media_url = 'https://twitter.com/contentful' diff --git a/README.md b/README.md index a378b55..17a1718 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,10 @@ and replace your usage of `UIImageView` with `CCBufferedImageView` to automatica if you have been using the `UIImageView` category before. This will work regardless of the original format of your files due to the image transformation functionality of the delivery API. +### Manual integration + +You can also integrate Concorde as a subproject or download a binary build from the releases section. Please note that those are only provided for iOS at the moment. + ## License Copyright (c) 2015 Contentful GmbH. See LICENSE for further details.