File tree 3 files changed +7
-26
lines changed
3 files changed +7
-26
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ <p align =" center " >
2
+ <img alt="Yoki logo" src="https://user-images.githubusercontent.com/24600258/159191738-7b3d9a65-d78b-4cb2-b02f-49c09732852e.png" width="300">
3
+ </p >
4
+
1
5
# Yoki
2
6
3
7
[ ![ Build] ( https://github.com/DevNatan/yoki/actions/workflows/build.yml/badge.svg )] ( https://github.com/DevNatan/yoki/actions/workflows/build.yml )
@@ -12,14 +16,14 @@ repositories {
12
16
}
13
17
14
18
dependencies {
15
- implementation(" me.devnatan:yoki:0.2 .0" )
19
+ implementation(" me.devnatan:yoki:0.3 .0" )
16
20
}
17
21
```
18
22
19
23
For Java users, use the Yoki JVM artifact
20
24
21
25
``` groovy
22
- implementation 'me.devnatan:yoki-jvm:0.2 .0'
26
+ implementation 'me.devnatan:yoki-jvm:0.3 .0'
23
27
```
24
28
25
29
## Getting Started
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ plugins {
12
12
}
13
13
14
14
group = " me.devnatan"
15
- version = " 0.2 .0"
15
+ version = " 0.3 .0"
16
16
17
17
repositories {
18
18
mavenCentral()
You can’t perform that action at this time.
0 commit comments