diff --git a/.123current b/.123current index fc35c3057..00ed8b05d 100644 --- a/.123current +++ b/.123current @@ -1 +1 @@ -0.15.3-11-x \ No newline at end of file +0.15.3-12-x \ No newline at end of file diff --git a/CONTRIBUTORS b/CONTRIBUTORS index d40462073..94533656b 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,4 +1,4 @@ - 565 Mich Update all.json (#1730) + 566 Mich Update all.json (#1732) 404 Jaco 0.15.2 (#1719) 246 mhusnirizal update all.json (#1728) 162 frankywild Update all.json (#1731) diff --git a/all.json b/all.json index 75c576d29..6cc5244a5 100644 --- a/all.json +++ b/all.json @@ -15,7 +15,6 @@ "1inch-network.net", "1inch-wallet.org", "1inch.tk", - "smartdapp.herokuapp.com", "1inchoficial.bonuscriptomoedas.com", "1metamask.com", "1polkadot-5x1e.js.org", @@ -7476,6 +7475,7 @@ "smartcontractexecutor.com", "smartcontractsvalidation.com", "smartcontractsynchronization.live", + "smartdapp.herokuapp.com", "smartdapp.net", "smartdappconnect.com", "smartdappconnect.live", diff --git a/meta/2022-07.json b/meta/2022-07.json new file mode 100644 index 000000000..85db1d931 --- /dev/null +++ b/meta/2022-07.json @@ -0,0 +1,6 @@ +[ + { + "date": "2022-07-01", + "url": "smartdapp.herokuapp.com" + } +] diff --git a/meta/index.json b/meta/index.json index 8c5f98349..f83ac8937 100644 --- a/meta/index.json +++ b/meta/index.json @@ -1,4 +1,5 @@ [ + "2022-07", "2022-06", "2022-05", "2022-04", diff --git a/package.json b/package.json index 74d067cf7..c0d50e77c 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.15.3-11-x", + "version": "0.15.3-12-x", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 48e218e23..2d2ecd2e1 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.15.3-11-x", + "version": "0.15.3-12-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.3", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 6b42033a8..b3cf25e5c 100644 --- a/packages/phishing/src/packageInfo.ts +++ b/packages/phishing/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.15.3-11-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.15.3-12-x' };