Skip to content

Commit

Permalink
Update version to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dfed committed Apr 13, 2020
1 parent d664657 commit 922b996
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 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.3.0'
s.version = '1.0.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
1 change: 0 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,3 @@ let package = Package(
],
swiftLanguageVersions: [.v5]
)
let version = Version(0, 3, 0)
4 changes: 2 additions & 2 deletions 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.3.0"),
.package(url: "https://github.com/dfed/CacheAdvance", from: "1.0.0"),
]
```

Expand All @@ -88,7 +88,7 @@ To install CacheAdvance in your iOS project with [CocoaPods](http://cocoapods.or

```
platform :ios, '12.0'
pod 'CacheAdvance', '~> 0.1'
pod 'CacheAdvance', '~> 1.0'
```

### Carthage
Expand Down

0 comments on commit 922b996

Please sign in to comment.