Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dfed committed Jan 28, 2020
1 parent 6524993 commit d664657
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CacheAdvance.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'CacheAdvance'
s.version = '0.2.0'
s.version = '0.3.0'
s.license = 'Apache License, Version 2.0'
s.summary = 'A cache that enables the performant persistence of individual messages to disk'
s.homepage = 'https://github.com/dfed/CacheAdvance'
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ let package = Package(
],
swiftLanguageVersions: [.v5]
)
let version = Version(0, 2, 0)
let version = Version(0, 3, 0)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ To install CacheAdvance in your iOS project with [Swift Package Manager](https:/

```swift
dependencies: [
.package(url: "https://github.com/dfed/CacheAdvance", from: "0.2.0"),
.package(url: "https://github.com/dfed/CacheAdvance", from: "0.3.0"),
]
```

Expand Down

0 comments on commit d664657

Please sign in to comment.