Skip to content

Commit

Permalink
bump to 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DenTelezhkin committed Jan 28, 2017
1 parent b1d1d13 commit 981f0c6
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0
3.0.2
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Change Log
All notable changes to this project will be documented in this file.

## Next
## [4.1.0](https://github.com/DenHeadless/DTModelStorage/releases/tag/4.1.0)

* Adds `setItems(_:)` method, that allows to set items for all sections in `MemoryStorage`.

Expand Down
2 changes: 1 addition & 1 deletion DTModelStorage.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'DTModelStorage'
s.version = '4.0.0'
s.version = '4.1.0'
s.license = 'MIT'
s.summary = 'Storage classes for datasource based controls.'
s.homepage = 'https://github.com/DenHeadless/DTModelStorage'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,17 @@

},
"DVTSourceControlWorkspaceBlueprintWorkingCopyStatesKey" : {
"276CC70C003BB81B654D465107A09E304AAF20BF" : 0,
"95438028B10BBB846574013D29F154A00556A9D1" : 0,
"9FB1FDDBA011002795A1FF5BD3CABFA2F79E6A59" : 0,
"276CC70C003BB81B654D465107A09E304AAF20BF" : 0
"8F3C415DA79CDA7D23734F285B95F9F9A3C0CB81" : 9223372036854775807,
"9FB1FDDBA011002795A1FF5BD3CABFA2F79E6A59" : 0
},
"DVTSourceControlWorkspaceBlueprintIdentifierKey" : "977AEC68-B182-4C2D-8112-5C0AEB78C762",
"DVTSourceControlWorkspaceBlueprintWorkingCopyPathsKey" : {
"276CC70C003BB81B654D465107A09E304AAF20BF" : "DTModelStorage\/",
"95438028B10BBB846574013D29F154A00556A9D1" : "DTModelStorage\/Carthage\/Checkouts\/Nimble\/",
"9FB1FDDBA011002795A1FF5BD3CABFA2F79E6A59" : "DTModelStorage\/Carthage\/Checkouts\/realm-cocoa\/",
"276CC70C003BB81B654D465107A09E304AAF20BF" : "DTModelStorage\/"
"8F3C415DA79CDA7D23734F285B95F9F9A3C0CB81" : "DTModelStorage\/Carthage\/Checkouts\/realm-cocoa\/Realm\/ObjectStore\/",
"9FB1FDDBA011002795A1FF5BD3CABFA2F79E6A59" : "DTModelStorage\/Carthage\/Checkouts\/realm-cocoa\/"
},
"DVTSourceControlWorkspaceBlueprintNameKey" : "DTModelStorage",
"DVTSourceControlWorkspaceBlueprintVersion" : 204,
Expand All @@ -23,6 +25,11 @@
"DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git",
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "276CC70C003BB81B654D465107A09E304AAF20BF"
},
{
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "https:\/\/github.com\/realm\/realm-object-store.git",
"DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git",
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "8F3C415DA79CDA7D23734F285B95F9F9A3C0CB81"
},
{
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "https:\/\/github.com\/Quick\/Nimble.git",
"DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git",
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,11 +145,11 @@ Installation

[CocoaPods](https://cocoapods.org):

pod 'DTModelStorage', '~> 4.0.0'
pod 'DTModelStorage', '~> 4.1.0'

[Carthage](https://github.com/Carthage/Carthage)

github "DenHeadless/DTModelStorage" ~> 4.0.0
github "DenHeadless/DTModelStorage" ~> 4.1.0

Requirements
============
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>3.0.0</string>
<string>4.1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 981f0c6

Please sign in to comment.