From 123cbea66c487c5738828ec28aae66f193b7302d Mon Sep 17 00:00:00 2001 From: Serkan Reis Date: Sun, 8 Jan 2023 20:16:56 +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 e2e1a0a..386ce93 100644 --- a/.env.example +++ b/.env.example @@ -1,4 +1,4 @@ -APP_VERSION=0.3.5 +APP_VERSION=0.3.7 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 d2c8451..f85c38b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stargaze-studio", - "version": "0.3.6", + "version": "0.3.7", "workspaces": [ "packages/*" ],