Skip to content

Commit e1836c4

Browse files
committed
Version 0.3.0
1 parent f4a811c commit e1836c4

File tree

3 files changed

+7
-26
lines changed

3 files changed

+7
-26
lines changed

CHANGELOG.md

-23
This file was deleted.

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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+
15
# Yoki
26

37
[![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 {
1216
}
1317

1418
dependencies {
15-
implementation("me.devnatan:yoki:0.2.0")
19+
implementation("me.devnatan:yoki:0.3.0")
1620
}
1721
```
1822

1923
For Java users, use the Yoki JVM artifact
2024

2125
```groovy
22-
implementation 'me.devnatan:yoki-jvm:0.2.0'
26+
implementation 'me.devnatan:yoki-jvm:0.3.0'
2327
```
2428

2529
## Getting Started

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ plugins {
1212
}
1313

1414
group = "me.devnatan"
15-
version = "0.2.0"
15+
version = "0.3.0"
1616

1717
repositories {
1818
mavenCentral()

0 commit comments

Comments
 (0)