From 103cb3ef857e152496a22f50cea4db9e607b799d Mon Sep 17 00:00:00 2001 From: Serkan Reis Date: Mon, 29 May 2023 09:53: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 47ea061..55a00c5 100644 --- a/.env.example +++ b/.env.example @@ -1,4 +1,4 @@ -APP_VERSION=0.6.1 +APP_VERSION=0.6.2 NEXT_PUBLIC_PINATA_ENDPOINT_URL=https://api.pinata.cloud/pinning/pinFileToIPFS NEXT_PUBLIC_SG721_CODE_ID=2092 diff --git a/package.json b/package.json index 3bdcb91..6b8e26b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stargaze-studio", - "version": "0.6.1", + "version": "0.6.2", "workspaces": [ "packages/*" ],