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 Sep 5, 2020
1 parent bdca784 commit 7126e35
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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": "3.0.2",
"version": "3.0.3",
"description": "Provides access to the lists of solutions for Duolingo's translation / listening challenges, and restores typos correction.",
"permissions": [
"activeTab",
Expand Down
2 changes: 1 addition & 1 deletion dist/src/ui.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

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

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": "3.0.2",
"version": "3.0.3",
"scripts": {
"build": "rollup -c --environment production",
"build-debug": "rollup -c --environment development",
Expand Down

0 comments on commit 7126e35

Please sign in to comment.