diff --git a/CONTRIBUTORS b/CONTRIBUTORS index edf23c245..ca371521a 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -27,6 +27,7 @@ 1 Francois Marier Add a copy of the Apache-2.0 license (#1592) 1 Graham Dixon Adds polkadot.com.se phishing site (#27) 1 hhanson4 Update all.json (#454) + 1 Kami Add polkadot js plus (#2204) 1 Mark Crince add site (#174) 1 Nathan Quarles add "linkupaffix.co" (#866) 1 Nikhil Ranjan Removing polkassembly.network (#304) diff --git a/package.json b/package.json index 0e0c0d6bc..fc31945e0 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.8-28-x", + "version": "0.18.8-29-x", "versions": { - "git": "0.18.8-28-x", + "git": "0.18.8-29-x", "npm": "0.18.7" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index cff4b5c90..bc3ac8c72 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.8-28-x", + "version": "0.18.8-29-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.9", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index fe4c64edf..8a13b4ab9 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.18.8-28-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.8-29-x' };