Skip to content

Commit 8e87f35

Browse files
committed
Bump versions
1 parent fa4d821 commit 8e87f35

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -256,20 +256,20 @@ You can also conform to a `ReadOnlyStorageProtocol` only. That way, you only nee
256256
**Shallows** is available through [Carthage][carthage-url]. To install, just write into your Cartfile:
257257

258258
```ruby
259-
github "dreymonde/Shallows" ~> 0.8.0
259+
github "dreymonde/Shallows" ~> 0.9.0
260260
```
261261

262262
**Shallows** is also available through [Cocoapods][cocoapods-url]:
263263

264264
```ruby
265-
pod 'Shallows', '~> 0.8.0'
265+
pod 'Shallows', '~> 0.9.0'
266266
```
267267

268268
And Swift Package Manager:
269269

270270
```swift
271271
dependencies: [
272-
.package(url: "https://github.com/dreymonde/Shallows.git", from: "0.8.0"),
272+
.package(url: "https://github.com/dreymonde/Shallows.git", from: "0.9.0"),
273273
]
274274
```
275275

Shallows.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Shallows"
3-
s.version = "0.8.1"
3+
s.version = "0.9.0"
44
s.summary = "Your lightweight persistence toolbox."
55
s.description = <<-DESC
66
Shallows is a generic abstraction layer over lightweight data storage and persistence. It provides a Storage<Key, Value> type, instances of which can be easily transformed and composed with each other. It gives you an ability to create highly sophisticated, effective and reliable caching/persistence solutions.

0 commit comments

Comments
 (0)