From 0df3eb45479706030038f11f5252c407732d46d3 Mon Sep 17 00:00:00 2001 From: pony Date: Tue, 19 May 2020 08:05:44 +0200 Subject: [PATCH] Bump version --- .github/workflows/build.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1b62893..a7ba82d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -85,7 +85,7 @@ jobs: # See this blog post for more info: # https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: ./dictionary/websters-1913-dictionary.zip + asset_path: websters-1913-dictionary.zip asset_name: websters-1913-dictionary.zip asset_content_type: application/zip diff --git a/package.json b/package.json index 78f55aa..9b769c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "websterParser", - "version": "1.0.4", + "version": "1.0.5", "description": "Parses the Webster Unabridged Dictionary from Project Guttenberg into a more usable format", "main": "index.js", "author": "Leo Koppelkamm",