Skip to content
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.

Commit

Permalink
Slush 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MinSeungHyun committed Aug 6, 2020
1 parent 5c2ee21 commit f57aefa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Add a dependency below at your build.gradle(app)

```groovy
dependencies {
implementation 'in.seunghyun:slush:1.2.1'
implementation 'in.seunghyun:slush:1.2.2'
}
```

Expand Down
2 changes: 1 addition & 1 deletion README_ko.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ build.gradle(app)에 아래 dependency를 추가해주세요.

```groovy
dependencies {
implementation 'in.seunghyun:slush:1.2.1'
implementation 'in.seunghyun:slush:1.2.2'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ext {
slushVersionName = '1.2.1'
slushVersionName = '1.2.2'
slushGroupName = 'in.seunghyun'
}

Expand Down

0 comments on commit f57aefa

Please sign in to comment.