Skip to content
This repository has been archived by the owner on Feb 16, 2019. It is now read-only.

Commit

Permalink
Version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
soffes committed May 26, 2012
1 parent df98fab commit d7beac5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions 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)
Expand Down
4 changes: 2 additions & 2 deletions 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 ' \
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
1.0.0
1.0.1

0 comments on commit d7beac5

Please sign in to comment.