From b3614095e2863a355910e460b030441e6aa0a156 Mon Sep 17 00:00:00 2001 From: Serkan Reis Date: Tue, 20 Dec 2022 14:55:55 +0300 Subject: [PATCH] Bump Studio version to 0.3.3 --- .env.example | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 7a49465..2084135 100644 --- a/.env.example +++ b/.env.example @@ -1,4 +1,4 @@ -APP_VERSION=0.3.1 +APP_VERSION=0.3.3 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 6b9b2b0..fceeca7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stargaze-studio", - "version": "0.3.2", + "version": "0.3.3", "workspaces": [ "packages/*" ],