From 6086e4690595fa624431aef94486383513f8dfb3 Mon Sep 17 00:00:00 2001 From: Simon Ochsenreither Date: Sun, 4 Aug 2024 18:28:32 +0200 Subject: [PATCH] publish colors 0.3 --- README.md | 6 +++--- build.sbt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5b5c7ef..03f4a13 100644 --- a/README.md +++ b/README.md @@ -30,17 +30,17 @@ Add the library as a dependency to your project: co.lors colors - 0.2 + 0.3 ``` ##### Gradle ```groovy -compile 'co.lors:colors:0.2' +compile 'co.lors:colors:0.3' ``` ##### SBT ```scala -"co.lors" % "colors" % "0.2" +"co.lors" % "colors" % "0.3" ``` #### Example diff --git a/build.sbt b/build.sbt index 2ede2a3..c030477 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ lazy val root = (project in file(".")) organization := "co.lors", managedScalaInstance := false, crossPaths := false, - version := "0.2", + version := "0.3", versionScheme := Some("semver-spec"), homepage := Some(url("https://github.com/co-lors/colors-jvm")), licenses := Seq("Apache License 2.0" -> url("https://opensource.org/licenses/Apache-2.0")),