From 53895d0c0c1de8d865c53844284e9710c92330b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bajto=C5=A1?= Date: Fri, 17 May 2024 09:34:48 +0200 Subject: [PATCH] 1.7.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index bcc787074..ba4ddff81 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "filecoin-station", - "version": "1.6.1", + "version": "1.7.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "filecoin-station", - "version": "1.6.1", + "version": "1.7.0", "hasInstallScript": true, "license": "(Apache-2.0 AND MIT)", "dependencies": { diff --git a/package.json b/package.json index 54ab0a73b..157650c2c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "filecoin-station", "productName": "Filecoin Station", "private": true, - "version": "1.6.1", + "version": "1.7.0", "description": "Desktop application for Filecoin Retrieval Markets", "main": "main/index.js", "scripts": {