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 Jul 18, 2024
1 parent 4a58e9d commit b932dfa
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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 TTS Controls",
"version": "2.6.2",
"version": "2.7.0",
"description": "Provides playback controls for some of the challenges on Duolingo.",
"permissions": [
"https://*.duolingo.com/"
Expand Down
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 TTS Controls",
"version": "2.6.2",
"version": "2.7.0",
"description": "Provides playback controls for some of the challenges on Duolingo.",
"host_permissions": [
"https://*.duolingo.com/"
Expand Down
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 small browser extension providing playback controls for some of the challenges on Duolingo.",
"license": "MIT",
"author": "blmage",
"version": "2.6.1",
"version": "2.7.0",
"scripts": {
"build": "rollup -c --environment production",
"build-debug": "rollup -c --environment development",
Expand Down

0 comments on commit b932dfa

Please sign in to comment.