Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ponychicken committed May 19, 2020
1 parent e5270fd commit 0df3eb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -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

2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit 0df3eb4

Please sign in to comment.