Skip to content

Commit

Permalink
Bump version to 2.0
Browse files Browse the repository at this point in the history
- Added: Support for Swift Package Manager
- Added: New initializers for RowsSelection that works with the latest version of Presentation framework. The old one is deprecated.
- Change: Bump the minimum required version of Presentation to 1.9.0
- Change: Removed deprecated functions, symbols etc.
- Change: Deprecate registerViewForSupplementaryElement and add a new one that works with UICollectionView headers and footers
  • Loading branch information
enhorn committed Sep 25, 2019
1 parent 1a6a9ea commit 13af8c8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 2.0.0
## 2.0
- Added: Support for Swift Package Manager
- Change: Deprecate registerViewForSupplementaryElement and add a new one that works with UICollectionView headers and footers
- Change: Bump the minimum required version of Presentation to 1.9.0
Expand Down
2 changes: 1 addition & 1 deletion Form/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.10.5</string>
<string>2.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion FormFramework.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "FormFramework"
s.version = "1.10.5"
s.version = "2.0"
s.module_name = "Form"
s.summary = "Powerful iOS layout and styling"
s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion FormTests/Info.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>1.10.5</string>
<string>2.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 13af8c8

Please sign in to comment.