Skip to content

Commit

Permalink
Increased version to 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
shnhrrsn committed Mar 24, 2015
1 parent b2b7441 commit 24fa12a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion EGOCache.podspec
Original file line number Diff line number Diff line change
@@ -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 <NSCoding>. All cached items expire after the timeout, which by default, is one day."
s.homepage = "https://github.com/enormego/EGOCache"
Expand Down
4 changes: 2 additions & 2 deletions README.mdown
Original file line number Diff line number Diff line change
@@ -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 `<NSCoding>`. All cached items expire after the timeout, which by default, is one day.

# Requirements
Expand All @@ -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
Expand Down

0 comments on commit 24fa12a

Please sign in to comment.