Merge branch 'release/0.2.0'

This commit is contained in:
lukeleppan 2020-11-09 15:56:28 +02:00
commit 3d6b68c399
3 changed files with 3 additions and 3 deletions

View file

@ -25,7 +25,7 @@ jobs:
npm install
npm run build --if-present
mkdir ${{ env.PLUGIN_NAME }}
cp dist/main.js manifest.json styles.css README.md ${{ env.PLUGIN_NAME }}
cp dist/main.js manifest.json README.md ${{ env.PLUGIN_NAME }}
zip -r ${{ env.PLUGIN_NAME }}.zip ${{ env.PLUGIN_NAME }}
ls
echo "::set-output name=tag_name::$(git tag --sort version:refname | tail -n 1)"

View file

@ -1,7 +1,7 @@
{
"id": "better-word-count",
"name": "Better Word Count",
"version": "0.1.0",
"version": "0.2.0",
"description": "Counts the words of selected text in the editor.",
"author": "Luke Leppan",
"authorUrl": "https://lukeleppan.com",

View file

@ -1,6 +1,6 @@
{
"name": "better-word-count",
"version": "0.1.0",
"version": "0.2.0",
"description": "Counts the words of selected text in the editor.",
"main": "main.js",
"scripts": {