From 13af8c86fe584489816b525eae5d2c87ef12a230 Mon Sep 17 00:00:00 2001 From: Robin Enhorn Date: Wed, 25 Sep 2019 14:52:26 +0200 Subject: [PATCH] Bump version to 2.0 - 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 --- CHANGELOG.md | 2 +- Form/Info.plist | 2 +- FormFramework.podspec | 2 +- FormTests/Info.plist | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b6e28b..a0c0d21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Form/Info.plist b/Form/Info.plist index 417148d..dfb6492 100644 --- a/Form/Info.plist +++ b/Form/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.10.5 + 2.0 CFBundleSignature ???? CFBundleVersion diff --git a/FormFramework.podspec b/FormFramework.podspec index 01b6f87..0ef4165 100644 --- a/FormFramework.podspec +++ b/FormFramework.podspec @@ -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 diff --git a/FormTests/Info.plist b/FormTests/Info.plist index 59554a1..e108aa2 100644 --- a/FormTests/Info.plist +++ b/FormTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 1.10.5 + 2.0 CFBundleSignature ???? CFBundleVersion