Skip to content

Commit

Permalink
Release version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippus committed Dec 30, 2023
1 parent dbdfde3 commit 3d88fb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![build](https://github.com/Philippus/scala-isbn/workflows/build/badge.svg)](https://github.com/Philippus/scala-isbn/actions/workflows/scala.yml?query=workflow%3Abuild+branch%3Amain)
[![codecov](https://codecov.io/gh/Philippus/scala-isbn/branch/main/graph/badge.svg)](https://codecov.io/gh/Philippus/scala-isbn)
![Current Version](https://img.shields.io/badge/version-1.0.1-brightgreen.svg?style=flat "1.0.1")
![Current Version](https://img.shields.io/badge/version-1.0.2-brightgreen.svg?style=flat "1.0.2")
[![Scala Steward badge](https://img.shields.io/badge/Scala_Steward-helping-blue.svg?style=flat&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAMAAAARSr4IAAAAVFBMVEUAAACHjojlOy5NWlrKzcYRKjGFjIbp293YycuLa3pYY2LSqql4f3pCUFTgSjNodYRmcXUsPD/NTTbjRS+2jomhgnzNc223cGvZS0HaSD0XLjbaSjElhIr+AAAAAXRSTlMAQObYZgAAAHlJREFUCNdNyosOwyAIhWHAQS1Vt7a77/3fcxxdmv0xwmckutAR1nkm4ggbyEcg/wWmlGLDAA3oL50xi6fk5ffZ3E2E3QfZDCcCN2YtbEWZt+Drc6u6rlqv7Uk0LdKqqr5rk2UCRXOk0vmQKGfc94nOJyQjouF9H/wCc9gECEYfONoAAAAASUVORK5CYII=)](https://scala-steward.org)
[![license](https://img.shields.io/badge/license-MPL%202.0-blue.svg?style=flat "MPL 2.0")](LICENSE)

Expand All @@ -21,7 +21,7 @@ Only valid SBN, ISBN-10 and ISBN-13 strings, with leniency towards spaces and hy
Scala-isbn is published for Scala 2.13. To start using it add the following to your `build.sbt`:

```
libraryDependencies += "nl.gn0s1s" %% "scala-isbn" % "1.0.1"
libraryDependencies += "nl.gn0s1s" %% "scala-isbn" % "1.0.2"
```

## Example usage
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ThisBuild / version := "1.0.2-SNAPSHOT"
ThisBuild / version := "1.0.2"

0 comments on commit 3d88fb1

Please sign in to comment.