Skip to content

Commit 23cc6f7

Browse files
committed
Bump version.
1 parent 4670d17 commit 23cc6f7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Concorde.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Concorde"
3-
s.version = "0.0.1"
3+
s.version = "0.0.3"
44
s.summary = "Download and decode progressive JPEGs easily."
55
s.homepage = "https://github.com/contentful-labs/Concorde/"
66
s.social_media_url = 'https://twitter.com/contentful'

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ and replace your usage of `UIImageView` with `CCBufferedImageView` to automatica
3737
if you have been using the `UIImageView` category before. This will work regardless of the original format
3838
of your files due to the image transformation functionality of the delivery API.
3939

40+
### Manual integration
41+
42+
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.
43+
4044
## License
4145

4246
Copyright (c) 2015 Contentful GmbH. See LICENSE for further details.

0 commit comments

Comments
 (0)