From c384f2ca72c8b40acf58f57dbbde43030b5bd03e Mon Sep 17 00:00:00 2001 From: Serkan Reis Date: Wed, 18 Jan 2023 07:48:19 +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 e7ce350..791aa7c 100644 --- a/.env.example +++ b/.env.example @@ -1,4 +1,4 @@ -APP_VERSION=0.3.9 +APP_VERSION=0.4.0 NEXT_PUBLIC_PINATA_ENDPOINT_URL=https://api.pinata.cloud/pinning/pinFileToIPFS NEXT_PUBLIC_SG721_CODE_ID=274 diff --git a/package.json b/package.json index 193c433..1ba8673 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stargaze-studio", - "version": "0.3.9", + "version": "0.4.0", "workspaces": [ "packages/*" ],