Skip to content

Commit

Permalink
Update to 0.14.0 (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominion5254 authored Jan 5, 2025
1 parent 43bd692 commit 379374a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM lightninglabs/lightning-terminal:v0.13.6-alpha
FROM lightninglabs/lightning-terminal:v0.14.0-alpha
# arm64 or amd64
ARG PLATFORM
ARG ARCH
Expand Down
4 changes: 2 additions & 2 deletions manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
id: lightning-terminal
title: Lightning Terminal
version: 0.13.6
version: 0.14.0
release-notes: |
* Update upstream to v0.13.6 [Release Notes](https://github.com/lightninglabs/lightning-terminal/releases/tag/v0.13.6-alpha)
* Update upstream to v0.14.0 [Release Notes](https://github.com/lightninglabs/lightning-terminal/releases/tag/v0.14.0-alpha)
license: mit
wrapper-repo: https://github.com/Start9Labs/lightning-terminal-wrapper
upstream-repo: https://github.com/lightninglabs/lightning-terminal
Expand Down
2 changes: 1 addition & 1 deletion scripts/procedures/migrations.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { compat, types as T } from "../deps.ts";

export const migration: T.ExpectedExports.migration =
compat.migrations.fromMapping({}, "0.13.6");
compat.migrations.fromMapping({}, "0.14.0");

0 comments on commit 379374a

Please sign in to comment.