From b65fd5d3c95d0d61cabc743dd5b933181fd2e876 Mon Sep 17 00:00:00 2001 From: Serkan Reis Date: Sun, 10 Sep 2023 14:55:17 +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 f2c1812..032ed53 100644 --- a/.env.example +++ b/.env.example @@ -1,4 +1,4 @@ -APP_VERSION=0.7.5 +APP_VERSION=0.7.6 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 18f9378..d331d18 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stargaze-studio", - "version": "0.7.5", + "version": "0.7.6", "workspaces": [ "packages/*" ],