From 0ca5906c6a77b3a644f99084622c7b7b80a6b974 Mon Sep 17 00:00:00 2001 From: H0mer <108570942+13Homer13@users.noreply.github.com> Date: Thu, 20 Jun 2024 16:56:47 +0200 Subject: [PATCH] version update 1.19.16 (#6) * version bump --- Dockerfile | 2 +- manifest.yaml | 5 ++--- scripts/procedures/migrations.ts | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index e7fa35f..8e2fb90 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ RUN apt update && \ WORKDIR /opt -ARG BISQ_VERSION=1.9.15 +ARG BISQ_VERSION=1.9.16 ENV BISQ_DEBFILE Bisq-64bit-$BISQ_VERSION.deb ENV BISQ_DEB_URL https://bisq.network/downloads/v$BISQ_VERSION/$BISQ_DEBFILE ENV BISQ_ASC_URL https://bisq.network/downloads/v$BISQ_VERSION/$BISQ_DEBFILE.asc diff --git a/manifest.yaml b/manifest.yaml index b8729ed..828a166 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -1,10 +1,9 @@ id: bisq title: "Bisq" -version: 1.9.15.1 +version: 1.9.16 release-notes: | - - Upstream Bisq update to version 1.9.15 - [click here for more info](https://github.com/bisq-network/bisq/releases/tag/v1.9.15) - - Bump Bitcoin dependency + - Upstream Bisq update to version 1.9.16 - [click here for more info](https://github.com/bisq-network/bisq/releases/tag/v1.9.16) license: GPLv3 wrapper-repo: "https://github.com/Start9Labs/bisq-startos" upstream-repo: "https://github.com/bisq-network/bisq" diff --git a/scripts/procedures/migrations.ts b/scripts/procedures/migrations.ts index bcbb425..bc9510a 100644 --- a/scripts/procedures/migrations.ts +++ b/scripts/procedures/migrations.ts @@ -1,4 +1,4 @@ import { compat, types as T } from "../deps.ts"; export const migration: T.ExpectedExports.migration = compat.migrations - .fromMapping({}, "1.9.15.1" ); + .fromMapping({}, "1.9.16" );