From d7beac5e39875debd5ff56b343234480e615b5d8 Mon Sep 17 00:00:00 2001 From: Sam Soffes Date: Fri, 25 May 2012 23:46:23 -0700 Subject: [PATCH] Version 1.0.1 --- Changelog.markdown | 8 ++++++++ SSToolkit.podspec | 4 ++-- VERSION | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/Changelog.markdown b/Changelog.markdown index 79af8d2..77f2513 100644 --- a/Changelog.markdown +++ b/Changelog.markdown @@ -1,5 +1,13 @@ # SSToolkit Changelog +### Version 1.0.1 + +[Released May 25, 2012](https://github.com/samsoffes/sstoolkit/tree/1.0.1) + +* Use strong and unsafe_unretained instead of retain and assign +* Require ARC in podspec - [@fictorial](http://github.com/fictorial) +* Some small fixes to localizable strings - [@massimoperi](http://github.com/massimoperi) + ### Version 1.0.0 [Released May 21, 2012](https://github.com/samsoffes/sstoolkit/tree/1.0.0) diff --git a/SSToolkit.podspec b/SSToolkit.podspec index 4135ec1..a99ddf9 100644 --- a/SSToolkit.podspec +++ b/SSToolkit.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = 'SSToolkit' - s.version = '1.0.0' + s.version = '1.0.1' s.platform = :ios s.summary = 'A collection of well-documented iOS classes for making life easier.' s.homepage = 'http://sstoolk.it' s.author = { 'Sam Soffes' => 'sam@samsoff.es' } - s.source = { :git => 'https://github.com/samsoffes/sstoolkit.git', :tag => '1.0.0' } + s.source = { :git => 'https://github.com/samsoffes/sstoolkit.git', :tag => '1.0.1' } s.description = 'SSToolkit is a collection of well-documented iOS classes for making life ' \ 'easier by solving common problems all iOS developers face. Some really ' \ diff --git a/VERSION b/VERSION index 3eefcb9..7dea76e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.0 +1.0.1