Skip to content

Commit 24fa12a

Browse files
committed
Increased version to 2.1.2
1 parent b2b7441 commit 24fa12a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

EGOCache.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 = "EGOCache"
3-
s.version = "2.1.1"
3+
s.version = "2.1.2"
44
s.summary = "Fast Caching for Objective-C (iPhone & Mac Compatible)."
55
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 <NSCoding>. All cached items expire after the timeout, which by default, is one day."
66
s.homepage = "https://github.com/enormego/EGOCache"

README.mdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# About EGOCache 2.0
1+
# About EGOCache 2.x
22
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 `<NSCoding>`. All cached items expire after the timeout, which by default, is one day.
33

44
# Requirements
@@ -19,7 +19,7 @@ One other notable internal change for users upgrading from 1.0 to be aware of, i
1919
Feel free to contact [email protected] if you need any help with EGOCache.
2020

2121
# License
22-
Copyright (c) 2012 enormego
22+
Copyright (c) 2015 enormego
2323

2424
Permission is hereby granted, free of charge, to any person obtaining a copy
2525
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)