Skip to content

Commit

Permalink
v0.1.5 update (#8)
Browse files Browse the repository at this point in the history
* v0.1.5

* Update manifest.yaml

Co-authored-by: kn0wmad <[email protected]>

---------

Co-authored-by: islandbitcoin <[email protected]>
Co-authored-by: kn0wmad <[email protected]>
  • Loading branch information
3 people authored Apr 20, 2023
1 parent 5e1fd7d commit d2635cf
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 ghcr.io/joinmarket-webui/jam-standalone:v0.1.4-clientserver-v0.9.8
FROM ghcr.io/joinmarket-webui/jam-standalone:v0.1.5-clientserver-v0.9.9

# arm64 or amd64
ARG PLATFORM
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: jam
title: JAM
version: 0.1.4.1
version: 0.1.5
release-notes: |
* Fix to require Bitcoin Core wallets loaded and RPC calls enabled
* Update to latest upstream - [JAM v0.1.5 Release Notes](https://github.com/joinmarket-webui/jam/releases/tag/v0.1.5)
license: mit
wrapper-repo: "https://github.com/Start9Labs/jam-wrapper"
upstream-repo: "https://github.com/joinmarket-webui/jam-docker"
Expand Down
2 changes: 1 addition & 1 deletion scripts/services/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.1.4.1" );
.fromMapping( {}, "0.1.5" );

0 comments on commit d2635cf

Please sign in to comment.