From d805f81c2bfb8a09a726bb36278216e607100a16 Mon Sep 17 00:00:00 2001 From: pm47 Date: Wed, 27 Mar 2024 13:37:31 +0100 Subject: [PATCH] Set version to 0.1.3 --- README.md | 2 +- build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ff86650..5349615 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/build.gradle.kts b/build.gradle.kts index 9e4a52c..d94e4ca 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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.