diff --git a/README.md b/README.md index 01263d4..b9fe9ba 100644 --- a/README.md +++ b/README.md @@ -174,3 +174,7 @@ The types of files in the root `publicFolder` to be copied to the asset director ]; } ``` + +# DEPLOY + +Update version in package.json then release via github releases with same tag #! diff --git a/package.json b/package.json index db13e3c..83d9aaa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-asset-path", - "version": "2.0.2", + "version": "3.0.1", "description": "Gatsby plugin that copies JS and CSS files and static folder to a custom folder", "main": "index.js", "scripts": {