diff --git a/CHANGELOG.md b/CHANGELOG.md index a5787671..1a5435cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file. # Next +## [10.0.0](https://github.com/DenTelezhkin/DTModelStorage/releases/tag/10.0.0) + ### Added * `Section.isEmpty` property indicating that section does not contain any elements. Accessing this property is faster than accessing `Section.numberOfItems` property. diff --git a/DTModelStorage.podspec b/DTModelStorage.podspec index a979d37c..299d263d 100644 --- a/DTModelStorage.podspec +++ b/DTModelStorage.podspec @@ -1,13 +1,13 @@ Pod::Spec.new do |s| s.name = 'DTModelStorage' - s.version = "10.0.0-beta.1" + s.version = "10.0.0" s.license = 'MIT' s.summary = 'Storage classes for datasource based controls.' s.homepage = 'https://github.com/DenTelezhkin/DTModelStorage' s.social_media_url = 'https://twitter.com/DenTelezhkin' s.authors = { 'Denys Telezhkin' => 'denys.telezhkin.oss@gmail.com' } s.source = { :git => 'https://github.com/DenTelezhkin/DTModelStorage.git', :tag => s.version.to_s } - s.swift_versions = ['5.3'] + s.swift_versions = ['5.3', '5.4', '5.5'] s.ios.deployment_target = '11.0' s.tvos.deployment_target = '11.0' s.frameworks = 'UIKit', 'Foundation', 'CoreData' diff --git a/Supporting files/Framework.plist b/Supporting files/Framework.plist index f621d250..cd6dc775 100644 --- a/Supporting files/Framework.plist +++ b/Supporting files/Framework.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 10.0.0-beta.1 + 10.0.0 CFBundleSignature ???? CFBundleVersion diff --git a/Supporting files/Info.plist b/Supporting files/Info.plist index f57cbaaa..17b4d404 100644 --- a/Supporting files/Info.plist +++ b/Supporting files/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 10.0.0-beta.1 + 10.0.0 CFBundleVersion $(CURRENT_PROJECT_VERSION)