Skip to content

Commit

Permalink
Releasing version 2.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
DenTelezhkin committed Jun 2, 2017
1 parent d9aea5e commit 9f794a7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.

# Next

## [2.1.0](https://github.com/MLSDev/LoadableViews/releases/tag/2.1.0)

* Container view no longer translates it's autoresizing mask into constraints, thus allowing self-sizing mechanics for `LoadableView`.

## [2.0.2](https://github.com/MLSDev/LoadableViews/releases/tag/2.0.2)
Expand Down
2 changes: 1 addition & 1 deletion Example/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.0.2</string>
<string>2.1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion LoadableViews.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "LoadableViews"
s.version = "2.0.2"
s.version = "2.1.0"
s.summary = "Easiest way to load view classes into another XIB or storyboard."
s.homepage = "https://github.com/MLSDev/LoadableViews"
s.screenshots = "https://github.com/MLSDev/LoadableViews/raw/master/wtf_cat_designable.png"
Expand Down
2 changes: 1 addition & 1 deletion Supporting Files/Tests.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>2.0.2</string>
<string>2.1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 9f794a7

Please sign in to comment.