From 24fa12ab76ac36e9b06e8f2bc0fd9703e709cef4 Mon Sep 17 00:00:00 2001 From: Shaun Harrison Date: Tue, 24 Mar 2015 13:32:27 -0400 Subject: [PATCH] Increased version to 2.1.2 --- EGOCache.podspec | 2 +- README.mdown | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/EGOCache.podspec b/EGOCache.podspec index a503186..420b85a 100644 --- a/EGOCache.podspec +++ b/EGOCache.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "EGOCache" - s.version = "2.1.1" + s.version = "2.1.2" s.summary = "Fast Caching for Objective-C (iPhone & Mac Compatible)." s.description = "EGOCache is a simple, thread-safe key value cache store. It has native support for NSString, UI/NSImage, and NSData, but can store anything that implements . All cached items expire after the timeout, which by default, is one day." s.homepage = "https://github.com/enormego/EGOCache" diff --git a/README.mdown b/README.mdown index c9bfc8c..1bf2505 100644 --- a/README.mdown +++ b/README.mdown @@ -1,4 +1,4 @@ -# About EGOCache 2.0 +# About EGOCache 2.x EGOCache is a simple, thread-safe key value cache store. It has native support for `NSString`, `UI/NSImage`, and `NSData`, but can store anything that implements ``. All cached items expire after the timeout, which by default, is one day. # Requirements @@ -19,7 +19,7 @@ One other notable internal change for users upgrading from 1.0 to be aware of, i Feel free to contact info@enormego.com if you need any help with EGOCache. # License -Copyright (c) 2012 enormego +Copyright (c) 2015 enormego Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal