Skip to content

Commit aee9dc9

Browse files
author
Michal Jaron
committed
Update to version 0.3.11
1 parent 7f908ed commit aee9dc9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public class Sample {
9191
### Maven Central
9292

9393
```gradle
94-
implementation 'io.github.mjfryc:mjaron-tinyloki-java:0.3.10'
94+
implementation 'io.github.mjfryc:mjaron-tinyloki-java:0.3.11'
9595
```
9696

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

110110
```gradle
111-
implementation files(project.rootDir.absolutePath + '/libs/mjaron-tinyloki-java-0.3.10.jar')
111+
implementation files(project.rootDir.absolutePath + '/libs/mjaron-tinyloki-java-0.3.11.jar')
112112
```
113113

114114
## API design

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group 'io.github.mjfryc'
9-
version '0.3.10'
9+
version '0.3.11'
1010

1111
repositories {
1212
mavenCentral()

0 commit comments

Comments
 (0)