From 0a9ce14e2f1dca8b3c8e77ce5809737f2004f77a Mon Sep 17 00:00:00 2001 From: Dennis Passway Date: Tue, 22 Dec 2020 16:45:48 +0100 Subject: [PATCH] Correct mistake in docs --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e07b010..50822ad 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ In your `sanity.json` add it to the list of plugins: "@sanity/default-layout", "@sanity/default-login", "@sanity/desk-tool", - "sanity-plugin-media-library" + "media-library" ] } ``` diff --git a/package.json b/package.json index 91ec828..b785e8f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "sanity-plugin-media-library", "description": "The missing media library for Sanity. With filters per tag and filtetype. And it's fully themeable.", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "author": "Dennis Passway", "main": "lib/index.js",