Skip to content

Commit af5927a

Browse files
committed
Bump version to 3.0.1
There are no real changes in 3.0.1 (from 3.0.0). This release exists simply to switch over to using PureLayout’s new repository URL.
1 parent 715cbd6 commit af5927a

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

PureLayout.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Pod::Spec.new do |s|
22
s.name = 'PureLayout'
3-
s.version = '3.0.0'
3+
s.version = '3.0.1'
44
s.homepage = 'https://github.com/PureLayout/PureLayout'
55
s.license = { :type => 'MIT', :file => 'LICENSE' }
66
s.author = 'Tyler Fox'
77
s.ios.deployment_target = '6.0'
88
s.osx.deployment_target = '10.7'
9-
s.source = { :git => 'https://github.com/PureLayout/PureLayout.git', :tag => 'v3.0.0' }
9+
s.source = { :git => 'https://github.com/PureLayout/PureLayout.git', :tag => 'v3.0.1' }
1010
s.source_files = 'PureLayout/PureLayout'
1111
s.requires_arc = true
1212
s.summary = 'The ultimate API for iOS & OS X Auto Layout — impressively simple, immensely powerful. Objective-C and Swift compatible.'

PureLayout/Supporting Files/PureLayout_Mac/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>3.0.0</string>
18+
<string>3.0.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

PureLayout/Supporting Files/PureLayout_iOS/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>3.0.0</string>
18+
<string>3.0.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,4 +216,4 @@ Please open a [new Issue here](https://github.com/PureLayout/PureLayout/issues/n
216216
Pull requests are encouraged and greatly appreciated! Please try to maintain consistency with the existing code style. If you're considering taking on significant changes or additions to the project, please communicate in advance by opening a new Issue. This allows everyone to get onboard with upcoming changes, ensures that changes align with the project's design philosophy, and avoids duplicated work.
217217

218218
## Meta
219-
Originally designed & built by Tyler Fox ([@smileyborg](https://github.com/smileyborg)). Currently maintained by Mickey Reiss (@[mickeyreiss](https://github.com/mickeyreiss)). Distributed with the MIT license.
219+
Originally designed & built by Tyler Fox ([@smileyborg](https://github.com/smileyborg)). Currently maintained by Mickey Reiss ([@mickeyreiss](https://github.com/mickeyreiss)). Distributed with the MIT license.

0 commit comments

Comments
 (0)