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 26, 2024
1 parent ea69331 commit 2ca781f
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dist/mv2/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Duolingo Solution Viewer",
"version": "4.19.1",
"version": "4.19.2",
"description": "Provides access to the lists of solutions for Duolingo's translation / listening challenges, and restores the correction of typos.",
"background": {
"scripts": [ "src/background.js" ],
Expand Down
4 changes: 2 additions & 2 deletions dist/mv2/src/background.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/mv3/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Duolingo Solution Viewer",
"version": "4.19.1",
"version": "4.19.2",
"description": "Provides access to the lists of solutions for Duolingo's translation / listening challenges, and restores the correction of typos.",
"host_permissions": [
"https://*.duolingo.com/"
Expand Down
2 changes: 1 addition & 1 deletion dist/mv3/src/background.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/mv3/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.19.1",
"version": "4.19.2",
"scripts": {
"build": "rollup -c --environment production",
"build-debug": "rollup -c --environment development",
Expand Down

0 comments on commit 2ca781f

Please sign in to comment.