diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cfacea..d80e9e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file. # Next +## [3.6.1](https://github.com/MLSDev/LoadableViews/releases/tag/3.6.1) + ### Fixed * Build issues for MacCatalyst following previous AppKit support. diff --git a/CustomBundle/Info.plist b/CustomBundle/Info.plist index 7c7ec9c..eb1b6c4 100644 --- a/CustomBundle/Info.plist +++ b/CustomBundle/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 3.6.0 + 3.6.1 CFBundleVersion 1 NSPrincipalClass diff --git a/Example-Mac/Info.plist b/Example-Mac/Info.plist index 0acb246..6381042 100644 --- a/Example-Mac/Info.plist +++ b/Example-Mac/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 3.6.0 + 3.6.1 CFBundleVersion 1 LSMinimumSystemVersion diff --git a/Example/Info.plist b/Example/Info.plist index c0ea2ac..a1469e0 100644 --- a/Example/Info.plist +++ b/Example/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 3.6.0 + 3.6.1 CFBundleSignature ???? CFBundleVersion diff --git a/LoadableViews.podspec b/LoadableViews.podspec index 96cd6f4..2477e93 100644 --- a/LoadableViews.podspec +++ b/LoadableViews.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "LoadableViews" - s.version = "3.6.0" + s.version = "3.6.1" 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" diff --git a/Supporting Files/Tests.plist b/Supporting Files/Tests.plist index a39b476..2522fb8 100644 --- a/Supporting Files/Tests.plist +++ b/Supporting Files/Tests.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 3.6.0 + 3.6.1 CFBundleSignature ???? CFBundleVersion