bump to 0.9

This commit is contained in:
alexander.nutz
2024-03-29 12:24:29 +01:00
parent 19414c084c
commit d8c4c5a90d
2 changed files with 3 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ repositories {
}
dependencies {
implementation("me.alex_s168:blitz:0.8")
implementation("me.alex_s168:blitz:0.9")
}
```
@@ -136,6 +136,7 @@ val config = Errors.PrintConfig()
Errors.print(config, errors)
````
Output:
![img.png](img.png)
### Either
No example yet

View File

@@ -5,7 +5,7 @@ plugins {
}
group = "me.alex_s168"
version = "0.8"
version = "0.9"
repositories {
mavenCentral()