diff --git a/package-lock.json b/package-lock.json index 39c7d63..76c98c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ecto", - "version": "1.1.3", + "version": "1.1.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7866398..a0a8a35 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ecto", - "version": "1.1.3", + "version": "1.1.4", "private": true, "scripts": { "build": "vue-cli-service build", diff --git a/src/manifest.development.json b/src/manifest.development.json index ea84109..48a9c3c 100644 --- a/src/manifest.development.json +++ b/src/manifest.development.json @@ -3,7 +3,7 @@ "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", - "version": "1.1.3", + "version": "1.1.4", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" diff --git a/src/manifest.production.json b/src/manifest.production.json index f393b89..48ac573 100644 --- a/src/manifest.production.json +++ b/src/manifest.production.json @@ -3,7 +3,7 @@ "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", - "version": "1.1.3", + "version": "1.1.4", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" diff --git a/src/popup/PopupState.ts b/src/popup/PopupState.ts index 3330260..d2aff66 100644 --- a/src/popup/PopupState.ts +++ b/src/popup/PopupState.ts @@ -109,7 +109,7 @@ export class PopupState { allSwaps: Swap[] = []; - payload = "4543542D312E312E33"; + payload = "4543542D312E312E34"; $i18n: any = { t: (s: string) => s,