Skip to content

Commit

Permalink
Version 1.0 (#22)
Browse files Browse the repository at this point in the history
* Version 1.0

* Begrudgingly update podspec

Co-authored-by: George <>
  • Loading branch information
GeorgeLyon authored Apr 27, 2020
1 parent 58272e7 commit 72407fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ After running this code, `foo` will be a `Foo` where `foo.array == [1, 3]` and `
In your Package.swift:
```swift
dependencies: [
.package(name: "ResilientDecoding", url: "https://github.com/airbnb/ResilientDecoding.git", from: "0.9.0"),
.package(name: "ResilientDecoding", url: "https://github.com/airbnb/ResilientDecoding.git", from: "1.0.0"),
]
```

Expand All @@ -43,7 +43,7 @@ In your `Podfile`:

```
platform :ios, '12.0'
pod 'ResilientDecoding', '~> 0.9'
pod 'ResilientDecoding', '~> 1.0'
```

## Decoding
Expand Down
2 changes: 1 addition & 1 deletion ResilientDecoding.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'ResilientDecoding'
s.version = '0.9.1'
s.version = '1.0.0'
s.license = 'MIT'
s.summary = 'A cache that enables the performant persistence of individual messages to disk'
s.homepage = 'https://github.com/airbnb/ResilientDecoding'
Expand Down

0 comments on commit 72407fc

Please sign in to comment.