From f9504c622a743b6d4a6615c1d84ee01ffa63c832 Mon Sep 17 00:00:00 2001 From: Serkan Reis Date: Fri, 3 Mar 2023 12:53:40 +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 86d57a2..e98f503 100644 --- a/.env.example +++ b/.env.example @@ -1,4 +1,4 @@ -APP_VERSION=0.4.6 +APP_VERSION=0.4.7 NEXT_PUBLIC_PINATA_ENDPOINT_URL=https://api.pinata.cloud/pinning/pinFileToIPFS NEXT_PUBLIC_SG721_CODE_ID=793 diff --git a/package.json b/package.json index 74fead5..213d0ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stargaze-studio", - "version": "0.4.6", + "version": "0.4.7", "workspaces": [ "packages/*" ],