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

Commit d7beac5

Browse files
committed
Version 1.0.1
1 parent df98fab commit d7beac5

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

Changelog.markdown

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# SSToolkit Changelog
22

3+
### Version 1.0.1
4+
5+
[Released May 25, 2012](https://github.com/samsoffes/sstoolkit/tree/1.0.1)
6+
7+
* Use strong and unsafe_unretained instead of retain and assign
8+
* Require ARC in podspec - [@fictorial](http://github.com/fictorial)
9+
* Some small fixes to localizable strings - [@massimoperi](http://github.com/massimoperi)
10+
311
### Version 1.0.0
412

513
[Released May 21, 2012](https://github.com/samsoffes/sstoolkit/tree/1.0.0)

SSToolkit.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |s|
22
s.name = 'SSToolkit'
3-
s.version = '1.0.0'
3+
s.version = '1.0.1'
44
s.platform = :ios
55
s.summary = 'A collection of well-documented iOS classes for making life easier.'
66
s.homepage = 'http://sstoolk.it'
77
s.author = { 'Sam Soffes' => '[email protected]' }
8-
s.source = { :git => 'https://github.com/samsoffes/sstoolkit.git', :tag => '1.0.0' }
8+
s.source = { :git => 'https://github.com/samsoffes/sstoolkit.git', :tag => '1.0.1' }
99

1010
s.description = 'SSToolkit is a collection of well-documented iOS classes for making life ' \
1111
'easier by solving common problems all iOS developers face. Some really ' \

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0
1+
1.0.1

0 commit comments

Comments
 (0)