From 12a895ca087715733dcdf43769222425f08f2736 Mon Sep 17 00:00:00 2001 From: Mitchell Christ Date: Fri, 7 Jun 2024 19:02:46 -0700 Subject: [PATCH] update readme --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9129c20..a7afd05 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ When empty (`revalidate: false`), published Sanity documents will only be pushed ## Visual Editing > [!NOTE] -> Currently in beta; Currently only works on the local development environment of the Sanity Studio. +> Currently only works on the local development environment of the Sanity Studio. Content can be edited and previewed live from the Sanity Presentation mode by navigating to the **Editor** tab in the Studio. diff --git a/package.json b/package.json index b0311e1..d50b2ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sanitypress", - "version": "3.0.1", + "version": "3.1.0", "description": "A Next.js + Sanity.io Starter Template", "main": "index.js", "author": "nuotsu (https://nuotsu.dev)",