Skip to content

Commit

Permalink
bump to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kubukoz committed Oct 10, 2022
1 parent f7279ae commit 0b865ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ Scala microlibrary for ANSI colored strings.

```scala
// for normal usage
"org.polyvariant" %% "colorize" % "0.3.1"
"org.polyvariant" %% "colorize" % "0.3.2"
// for Scala.js / Scala Native
"org.polyvariant" %%% "colorize" % "0.3.1"
"org.polyvariant" %%% "colorize" % "0.3.2"
```

## Usage
Expand Down

0 comments on commit 0b865ac

Please sign in to comment.