From f3b36f2d17a29293b53fbaf2eabd959185703c54 Mon Sep 17 00:00:00 2001
From: Serkan Reis <serkanreis@gmail.com>
Date: Mon, 3 Jul 2023 17:19:54 +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 b9a4f58..fe5b903 100644
--- a/.env.example
+++ b/.env.example
@@ -1,4 +1,4 @@
-APP_VERSION=0.6.9
+APP_VERSION=0.7.0
 
 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 89b8e9a..f35e212 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "stargaze-studio",
-  "version": "0.6.9",
+  "version": "0.7.0",
   "workspaces": [
     "packages/*"
   ],