Skip to content

Commit

Permalink
Set version to 1.3.0-SNAPSHOT (#311)
Browse files Browse the repository at this point in the history
* Remove reference to gitter

* Set version to 1.3.0-SNAPSHOT
  • Loading branch information
sstone committed Oct 20, 2021
1 parent 42ba5c9 commit aa0aac1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](LICENSE)
[![Gitter chat](https://img.shields.io/badge/chat-on%20gitter-red.svg)](https://gitter.im/ACINQ/developers)

**lightning-kmp** is a [Kotlin Multiplatform](https://kotlinlang.org/docs/multiplatform.html) implementation of the Lightning Network optimized for mobile wallets.
It can run on many different platforms, including mobile devices (iOS and Android).
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {

allprojects {
group = "fr.acinq.lightning"
version = "1.2.0"
version = "1.3.0-SNAPSHOT"

repositories {
mavenLocal()
Expand Down

0 comments on commit aa0aac1

Please sign in to comment.