From 28f720ea32a6fd606d52710da67053152bbd2e83 Mon Sep 17 00:00:00 2001 From: Olivier Poitrey Date: Sun, 4 Nov 2012 10:07:48 +0100 Subject: [PATCH] Add notice about 3.0 beta --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0469ab2..6df50c1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ Web Image ========= +> **Psst! [SDWebImage 3.0 beta](https://github.com/rs/SDWebImage/tree/3.0-beta) is out!** + This library provides a category for UIImageVIew with support for remote images coming from the web. It provides: @@ -12,6 +14,7 @@ It provides: - A guarantee that bogus URLs won't be retried again and again - Performances! + Motivation ----------