Skip to content

Commit

Permalink
Update to version v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mj committed Jun 4, 2022
1 parent 58876ec commit 68e8872
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 @@ -59,7 +59,7 @@ public class Sample {
### Maven Central

```gradle
implementation 'io.github.mjfryc:mjaron-tinyloki-java:0.3.0'
implementation 'io.github.mjfryc:mjaron-tinyloki-java:0.3.1'
```

_[Maven Central page](https://search.maven.org/artifact/io.github.mjfryc/mjaron-tinyloki-java/),_
Expand All @@ -76,5 +76,5 @@ Click the [Packages section](https://github.com/mjfryc?tab=packages&repo_name=mj
3. Add this jar to project dependencies in build.gradle, e.g:

```gradle
implementation files(project.rootDir.absolutePath + '/libs/mjaron-tinyloki-java-0.3.0.jar')
implementation files(project.rootDir.absolutePath + '/libs/mjaron-tinyloki-java-0.3.1.jar')
```
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group 'io.github.mjfryc'
version '0.3.0'
version '0.3.1'

repositories {
mavenCentral()
Expand Down

0 comments on commit 68e8872

Please sign in to comment.