bump to 0.9
This commit is contained in:
@@ -12,7 +12,7 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
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)
|
Errors.print(config, errors)
|
||||||
````
|
````
|
||||||
Output:
|
Output:
|
||||||
|
|
||||||

|

|
||||||
### Either
|
### Either
|
||||||
No example yet
|
No example yet
|
||||||
|
@@ -5,7 +5,7 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
group = "me.alex_s168"
|
group = "me.alex_s168"
|
||||||
version = "0.8"
|
version = "0.9"
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
Reference in New Issue
Block a user