Skip to content

Commit

Permalink
Update production build and bump extension version
Browse files Browse the repository at this point in the history
  • Loading branch information
blmage committed Oct 19, 2022
1 parent ca34174 commit 4af2e2a
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dist/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Duolingo Word Bank Dnd",
"version": "2.1.1",
"version": "2.2.0",
"description": "Enables the drag'n'drop of words in the word-bank answers on Duolingo.",
"permissions": [
"activeTab",
Expand Down
2 changes: 1 addition & 1 deletion dist/src/background.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/src/content.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/src/observer.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/src/popup.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/src/ui.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A minimal browser extension for enabling the drag'n'drop of words in the word-bank answers on Duolingo.",
"license": "MIT",
"author": "blmage",
"version": "2.1.1",
"version": "2.2.0",
"homepage": "https://github.com/blmage/duolingo-word-bank-dnd",
"scripts": {
"build": "rollup -c --environment production",
Expand Down

0 comments on commit 4af2e2a

Please sign in to comment.