Skip to content

Commit

Permalink
tag 0.3.1 using immortan 0.6.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
fiatjaf committed Jun 21, 2022
1 parent a893222 commit b020d30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ This is intended to be started by a different program and methods to be called b
- `pay-invoice`, params: `invoice` (string), `msatoshi` (number, optional)
- `check-payment` (works for both incoming and outgoing payments), params: `hash` (string)
- `list-payments`, params: `count` (optional, int)
- `accept-override`, params: `channel-id`

### Events

Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name := "cliche"
organization := "fiatjaf"
scalaVersion := "2.13.8"
version := "0.3.0"
version := "0.3.1"
libraryDependencies ++= Seq(
"com.fiatjaf" % "immortan_2.13" % "0.6.0-SNAPSHOT",
"com.fiatjaf" % "immortan_2.13" % "0.6.0",
"com.github.alexarchambault" % "case-app_2.13" % "2.1.0-M13",
"com.lihaoyi" % "requests_2.13" % "0.7.0",
"com.iheart" % "ficus_2.13" % "1.5.0",
Expand Down

0 comments on commit b020d30

Please sign in to comment.