From 5bf2d83c4cd35f6ad6e0c69618b4c8972728d734 Mon Sep 17 00:00:00 2001 From: Serkan Reis Date: Wed, 5 Apr 2023 16:47: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 8188a34..2136b8d 100644 --- a/.env.example +++ b/.env.example @@ -1,4 +1,4 @@ -APP_VERSION=0.5.6 +APP_VERSION=0.5.7 NEXT_PUBLIC_PINATA_ENDPOINT_URL=https://api.pinata.cloud/pinning/pinFileToIPFS NEXT_PUBLIC_SG721_CODE_ID=1911 diff --git a/package.json b/package.json index 33da66c..766941c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stargaze-studio", - "version": "0.5.6", + "version": "0.5.7", "workspaces": [ "packages/*" ],