Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
robertjpayne committed May 29, 2016
1 parent dee6d8d commit a320a20
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,22 @@
v1.0.1
======

#### - Added support for first/last baselines

Two additional attributes `NSLayoutAttributeFirstBaseline` and `NSLayoutAttributeLastBaseline` are now supported

v1.0.0
======

#### - Officially v1.0.0

Fixes some issues with install/uninstall vs activate/deactivate and modernises the project files

v0.6.4
======

#### - Add support for tvOS

v0.6.3
======

Expand Down
2 changes: 1 addition & 1 deletion Masonry.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Masonry'
s.version = '1.0.0'
s.version = '1.0.1'
s.license = 'MIT'
s.summary = 'Harness the power of Auto Layout NSLayoutConstraints with a simplified, chainable and expressive syntax.'
s.homepage = 'https://github.com/cloudkite/Masonry'
Expand Down

0 comments on commit a320a20

Please sign in to comment.