From 203e0614b06a89bf7984e6b198038c38f9399b21 Mon Sep 17 00:00:00 2001 From: Serkan Reis Date: Fri, 5 Jan 2024 12:18: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 339c3a6..8ae4fb6 100644 --- a/.env.example +++ b/.env.example @@ -1,4 +1,4 @@ -APP_VERSION=0.8.4 +APP_VERSION=0.8.5 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 f0c882d..a3ac908 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stargaze-studio", - "version": "0.8.4", + "version": "0.8.5", "workspaces": [ "packages/*" ],