Skip to content

Commit 0b865ac

Browse files
committed
bump to 0.3.2
1 parent f7279ae commit 0b865ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ Scala microlibrary for ANSI colored strings.
66

77
```scala
88
// for normal usage
9-
"org.polyvariant" %% "colorize" % "0.3.1"
9+
"org.polyvariant" %% "colorize" % "0.3.2"
1010
// for Scala.js / Scala Native
11-
"org.polyvariant" %%% "colorize" % "0.3.1"
11+
"org.polyvariant" %%% "colorize" % "0.3.2"
1212
```
1313

1414
## Usage

0 commit comments

Comments
 (0)