From 70e17fd36ecb966b0dcff29730e2470dc698d785 Mon Sep 17 00:00:00 2001 From: Serkan Reis Date: Sun, 26 Nov 2023 20:01:07 +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 7d07507..e38c64e 100644 --- a/.env.example +++ b/.env.example @@ -1,4 +1,4 @@ -APP_VERSION=0.8.1 +APP_VERSION=0.8.2 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 73b1f1c..72ba123 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stargaze-studio", - "version": "0.8.1", + "version": "0.8.2", "workspaces": [ "packages/*" ],