Set version to 0.1.3

This commit is contained in:
pm47 2024-03-27 13:37:31 +01:00
parent eeafd9cc60
commit d805f81c2b
No known key found for this signature in database
GPG Key ID: E434ED292E85643A
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
[![Kotlin](https://img.shields.io/badge/Kotlin-1.9.21-blue.svg?style=flat&logo=kotlin)](http://kotlinlang.org)
[![Kotlin](https://img.shields.io/badge/Kotlin-1.9.23-blue.svg?style=flat&logo=kotlin)](http://kotlinlang.org)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](LICENSE)
[![](https://img.shields.io/badge/www-Homepage-green.svg)](https://phoenix.acinq.co/server)
[![](https://img.shields.io/badge/www-API_doc-red.svg)](https://phoenix.acinq.co/server/api)

View File

@ -21,7 +21,7 @@ plugins {
allprojects {
group = "fr.acinq.lightning"
version = "0.1.3-SNAPSHOT"
version = "0.1.3"
repositories {
// using the local maven repository with Kotlin Multi Platform can lead to build errors that are hard to diagnose.