Skip to content

Commit

Permalink
publish colors 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
soc committed Aug 4, 2024
1 parent 9275a7f commit 19ce5b1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,17 @@ Add the library as a dependency to your project:
<dependency>
<groupId>co.lors</groupId>
<artifactId>colors</artifactId>
<version>0.2</version>
<version>0.3</version>
</dependency>
```
##### 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
Expand All @@ -57,4 +57,6 @@ compile 'co.lors:colors:0.2'

## Published Versions

None.
- 0.3 – add Oklab support
- 0.2 – work on RGB support
- 0.1 – initial version
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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")),
Expand Down

0 comments on commit 19ce5b1

Please sign in to comment.