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 Apr 23, 2024
1 parent f7ca9a1 commit 4c43571
Show file tree
Hide file tree
Showing 4 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 Solution Viewer",
"version": "4.17.2",
"version": "4.17.3",
"description": "Provides access to the lists of solutions for Duolingo's translation / listening challenges, and restores the correction of typos.",
"permissions": [
"https://*.duolingo.com/"
Expand Down
4 changes: 2 additions & 2 deletions dist/src/background.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions 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 browser extension providing access to the complete lists of accepted solutions for Duolingo's translation challenges.",
"license": "MIT",
"author": "blmage",
"version": "4.17.2",
"version": "4.17.3",
"scripts": {
"build": "rollup -c --environment production",
"build-debug": "rollup -c --environment development",
Expand Down

0 comments on commit 4c43571

Please sign in to comment.