Skip to content

Commit

Permalink
Bump from v0.2.0 to v0.2.0~1
Browse files Browse the repository at this point in the history
  • Loading branch information
gStart9 committed Mar 8, 2024
1 parent f95f43e commit b0bc96e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
id: jam
title: JAM
version: 0.2.0
version: 0.2.0.1
release-notes: |
* Update to latest jam-docker image upstream - [JAM v0.2.0 Release Notes](https://github.com/joinmarket-webui/jam/releases/tag/v0.2.0)
* JAM v0.2.0 updates to latest JoinMarket ([v0.9.11](https://github.com/JoinMarket-Org/joinmarket-clientserver/blob/master/docs/release-notes/release-notes-0.9.11.md))
* Fix default wallet name regression in jam-startos v0.2.0
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.2.0");
compat.migrations.fromMapping({}, "0.2.0.1");

0 comments on commit b0bc96e

Please sign in to comment.