From 425d335f8cf847d085fefc4c5b1a5f1a95acfb04 Mon Sep 17 00:00:00 2001 From: lamacchinadesiderante Date: Mon, 16 Jan 2023 22:12:15 +0100 Subject: [PATCH] post release fixes --- frontend/.env.production | 2 +- frontend/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/.env.production b/frontend/.env.production index 375f178..93a3fd6 100644 --- a/frontend/.env.production +++ b/frontend/.env.production @@ -1,3 +1,3 @@ # .env.production VITE_BACKEND_BASE_API = '' -VITE_STORJ_JSON_URL = '' \ No newline at end of file +VITE_STORJ_JSON_URL = 'https://link.storjshare.io/juowot6xaa2rz4vjqeal2uo44jka/millelibri%2Findex%2Fjson%2Fmillelibri.json?download=1' \ No newline at end of file diff --git a/frontend/package.json b/frontend/package.json index 95ec68e..4df080e 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "frontend", "private": true, - "version": "0.6", + "version": "v0.6.0", "type": "module", "repository": "https://git.lamacchinadesiderante.org/lamacchinadesiderante/millelibri", "scripts": {