diff --git a/dist/manifest.json b/dist/manifest.json index 5f67a17..1775642 100644 --- a/dist/manifest.json +++ b/dist/manifest.json @@ -1,6 +1,6 @@ { "name": "Duolingo Word Bank Dnd", - "version": "2.2.1", + "version": "2.2.2", "description": "Enables the drag'n'drop of words in the word-bank answers on Duolingo.", "permissions": [ "activeTab", diff --git a/package.json b/package.json index 41f4846..9f76a61 100644 --- a/package.json +++ b/package.json @@ -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.2.1", + "version": "2.2.2", "homepage": "https://github.com/blmage/duolingo-word-bank-dnd", "scripts": { "build": "rollup -c --environment production",