Skip to content

Commit

Permalink
update app versions, fixes #350
Browse files Browse the repository at this point in the history
  • Loading branch information
cstenglein committed Jun 11, 2022
1 parent d5aa47d commit 5bc3d9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/util/availableApps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const availableApps = new Map([
id: "rtl",
name: "Ride the Lightning",
author: "Shahana Farooqui",
version: "v0.12.1",
version: "v0.12.3",
repository: "https://github.com/Ride-The-Lightning/RTL",
},
],
Expand All @@ -35,7 +35,7 @@ export const availableApps = new Map([
id: "btcpayserver",
name: "BTCPay Server",
author: "BTCPay Server",
version: "v1.4.4",
version: "v1.5.4",
repository: "https://github.com/cryptoadvance/specter-desktop",
},
],
Expand All @@ -45,7 +45,7 @@ export const availableApps = new Map([
id: "lnbits",
name: "LNBits",
author: "arcbtc",
version: "v0.7.0",
version: "v0.8.0",
repository: "https://github.com/lnbits/lnbits-legend",
},
],
Expand Down

0 comments on commit 5bc3d9c

Please sign in to comment.