From 5d1d417c8794be2bcd669a2e1771a848239edfed Mon Sep 17 00:00:00 2001 From: jthegedus Date: Wed, 15 Apr 2020 14:16:28 +1000 Subject: [PATCH] chore: release v1 --- docs/index.html | 2 +- docs/index.md | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/index.html b/docs/index.html index 7c91454..06a648a 100644 --- a/docs/index.html +++ b/docs/index.html @@ -71,7 +71,7 @@ - + diff --git a/docs/index.md b/docs/index.md index ba5185f..622b898 100644 --- a/docs/index.md +++ b/docs/index.md @@ -135,7 +135,7 @@ It is encouraged to have specific content for each heading to not confuse users. - + ``` 2. Set your configuration options in the Docsify settings in your `index.html`. Below are the default values: diff --git a/package.json b/package.json index 4b8766f..11d1e98 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docsify-select", - "version": "0.2.2", + "version": "1.0.0", "description": "A docsify.js plugin for variably rendering content with html select menus from markdown", "author": "James Hegedus", "license": "MIT",