Skip to content

Commit

Permalink
Update to version 0.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Jaron committed Dec 6, 2022
1 parent 7f908ed commit aee9dc9
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 @@ -91,7 +91,7 @@ public class Sample {
### Maven Central

```gradle
implementation 'io.github.mjfryc:mjaron-tinyloki-java:0.3.10'
implementation 'io.github.mjfryc:mjaron-tinyloki-java:0.3.11'
```

_[Maven Central page](https://search.maven.org/artifact/io.github.mjfryc/mjaron-tinyloki-java/),_
Expand All @@ -108,7 +108,7 @@ 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.10.jar')
implementation files(project.rootDir.absolutePath + '/libs/mjaron-tinyloki-java-0.3.11.jar')
```

## API design
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group 'io.github.mjfryc'
version '0.3.10'
version '0.3.11'

repositories {
mavenCentral()
Expand Down

0 comments on commit aee9dc9

Please sign in to comment.