Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kawoou committed Jan 3, 2019
1 parent 1693394 commit 9dffba1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Binary/Sources/Deli/Model/Version.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
struct Version {
let value: String

static let current = Version(value: "0.8.0")
static let current = Version(value: "0.8.1")
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@ final class UserService: Inject {
Simply add the following line to your Podfile:

```ruby
pod 'Deli', '~> 0.8.0'
pod 'Deli', '~> 0.8.1'
```


Expand Down
2 changes: 1 addition & 1 deletion README_KR.md
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,7 @@ final class UserService: Inject {
Podfile에 아래 라인을 추가하기만 하면 됩니다.

```ruby
pod 'Deli', '~> 0.8.0'
pod 'Deli', '~> 0.8.1'
```


Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.0
0.8.1

0 comments on commit 9dffba1

Please sign in to comment.