From b708f35ec5b3696ad0b9a2d2c92b0215b4c7acb3 Mon Sep 17 00:00:00 2001 From: Serkan Reis Date: Tue, 7 Mar 2023 11:08:11 +0300 Subject: [PATCH] Bump Studio version --- .env.example | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 29bdb31..238f510 100644 --- a/.env.example +++ b/.env.example @@ -1,4 +1,4 @@ -APP_VERSION=0.4.7 +APP_VERSION=0.4.8 NEXT_PUBLIC_PINATA_ENDPOINT_URL=https://api.pinata.cloud/pinning/pinFileToIPFS NEXT_PUBLIC_SG721_CODE_ID=1702 diff --git a/package.json b/package.json index 213d0ac..2a082d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stargaze-studio", - "version": "0.4.7", + "version": "0.4.8", "workspaces": [ "packages/*" ],