diff --git a/README.md b/README.md index 603d96b..8d8280e 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/build.gradle.kts b/build.gradle.kts index cbd3473..7229f57 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ plugins { } group = "me.alex_s168" -version = "0.8" +version = "0.9" repositories { mavenCentral()