From 840483a8307e607cc467ce0296aeb42fd3828aca Mon Sep 17 00:00:00 2001 From: Serkan Reis Date: Tue, 10 Oct 2023 14:20:33 +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 7e11d54..ab3ad25 100644 --- a/.env.example +++ b/.env.example @@ -1,4 +1,4 @@ -APP_VERSION=0.7.10 +APP_VERSION=0.7.11 NEXT_PUBLIC_PINATA_ENDPOINT_URL=https://api.pinata.cloud/pinning/pinFileToIPFS NEXT_PUBLIC_SG721_CODE_ID=2595 diff --git a/package.json b/package.json index 0253cb6..7012e3f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stargaze-studio", - "version": "0.7.10", + "version": "0.7.11", "workspaces": [ "packages/*" ],