Skip to content

Commit

Permalink
v1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
esnaultdev committed Jan 8, 2021
1 parent e71bfa6 commit 5f89402
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.0] - 2021-01-09
### Added
- Added listeners to `WanakanaAndroid.Binding` to observe the text post conversion.

## [1.0.0] - 2021-01-06
### Added
- Initial version matching [WaniKani/WanaKana v4.0.2](https://github.com/WaniKani/WanaKana/blob/master/CHANGELOG.md).
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ Visit the [website](http://www.wanakana.com) to see WanaKana in action (JS versi

```
// Android bindings
implementation 'dev.esnault.wanakana:wanakana-android:1.0.0'
implementation 'dev.esnault.wanakana:wanakana-android:1.1.0'
// Conversion and detection
// You don't need to include this if you use wanakana-android.
implementation 'dev.esnault.wanakana:wanakana-core:1.0.0'
implementation 'dev.esnault.wanakana:wanakana-core:1.1.0'
```

The artifacts are available on jCenter, make sure that your buildscript repositories include jCenter.
Expand Down
2 changes: 1 addition & 1 deletion gradle/publishing.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ext {
artifactVersion = '1.0.0'
artifactVersion = '1.1.0'
publishGroupId = 'dev.esnault.wanakana'
publishRepo = 'Maven'
githubRepoName = 'esnaultdev/wanakana-kt'
Expand Down

0 comments on commit 5f89402

Please sign in to comment.