set version to 0.1.1

This commit is contained in:
pm47 2024-03-22 18:10:50 +01:00
parent c665814d73
commit 4e42a462e6
No known key found for this signature in database
GPG Key ID: E434ED292E85643A

View File

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