From b9871564d38b2885cbee93819287f1f47b693b81 Mon Sep 17 00:00:00 2001 From: Julian Gruber Date: Wed, 14 Sep 2022 10:30:52 +0200 Subject: [PATCH] release: v0.5.0 (#125) --- 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 7d5bb851a..778b8cc54 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "filecoin-station", - "version": "0.4.0", + "version": "0.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "filecoin-station", - "version": "0.4.0", + "version": "0.5.0", "hasInstallScript": true, "license": "(Apache-2.0 AND MIT)", "dependencies": { diff --git a/package.json b/package.json index 12c827970..bb4e8d72a 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "filecoin-station", "productName": "Filecoin Station", "private": true, - "version": "0.4.0", + "version": "0.5.0", "description": "Desktop application for Filecoin Retrieval Markets", "main": "main/index.js", "scripts": {