From 1d4b1b801b6d05b6d3e7347fcf3995432c43b72f Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Thu, 28 Sep 2023 21:13:05 +0900 Subject: [PATCH] Bump to version 1.7.1 --- package.json | 2 +- src-tauri/tauri.conf.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 836df3f6..db674e39 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fedistar", - "version": "1.7.0", + "version": "1.7.1", "scripts": { "dev": "next dev -p 1420", "build": "next build && next export -o dist", diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index c04e483a..810cf6fe 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "fedistar", - "version": "1.7.0" + "version": "1.7.1" }, "tauri": { "allowlist": {