diff --git a/CacheAdvance.podspec b/CacheAdvance.podspec index 9c0fc766..cd380bad 100644 --- a/CacheAdvance.podspec +++ b/CacheAdvance.podspec @@ -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' diff --git a/Package.swift b/Package.swift index 940de5e0..f73f8ed4 100644 --- a/Package.swift +++ b/Package.swift @@ -39,4 +39,3 @@ let package = Package( ], swiftLanguageVersions: [.v5] ) -let version = Version(0, 3, 0) diff --git a/README.md b/README.md index 044f7794..c944fbe6 100644 --- a/README.md +++ b/README.md @@ -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"), ] ``` @@ -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