Skip to content

Commit

Permalink
Releasing version 10.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
DenTelezhkin committed Dec 2, 2021
1 parent 993709b commit d00f756
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 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

## [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.
Expand Down
4 changes: 2 additions & 2 deletions DTModelStorage.podspec
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
2 changes: 1 addition & 1 deletion Supporting files/Framework.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>10.0.0-beta.1</string>
<string>10.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion Supporting files/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>10.0.0-beta.1</string>
<string>10.0.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down

0 comments on commit d00f756

Please sign in to comment.