From 8fc9882b828c821338f8825c3459d0c4267245f5 Mon Sep 17 00:00:00 2001 From: Julian Gruber Date: Tue, 17 Sep 2024 10:50:28 -0400 Subject: [PATCH] 2.3.1 --- 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 1f6da1bf5..fc4854fff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "filecoin-station", - "version": "2.3.0", + "version": "2.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "filecoin-station", - "version": "2.3.0", + "version": "2.3.1", "hasInstallScript": true, "license": "(Apache-2.0 AND MIT)", "dependencies": { diff --git a/package.json b/package.json index a7ddad9d4..97f767c0a 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "filecoin-station", "productName": "Filecoin Station", "private": true, - "version": "2.3.0", + "version": "2.3.1", "description": "Desktop application for Filecoin Retrieval Markets", "main": "main/index.js", "scripts": {