diff --git a/CONTRIBUTORS b/CONTRIBUTORS index fe015056c..3cddc6cc5 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -5,7 +5,7 @@ 551 Jaco Allow addition of denySub entries (#4223) 118 alineherzman Update all.json (#4818) 97 michalisFr Update address.json (#4380) - 39 Tarik Gul Upgrade common to 13.3.1 (#4866) + 40 Tarik Gul bump ts (#4867) 32 Bill Laboon Add phishing links from malicious Referendum 203 (#3996) 18 Josip Š Update all.json (#4408) 13 ccris02 Update all.json (#1510) diff --git a/package.json b/package.json index 8fd9021ef..1d86ab4be 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.24.6-12-x", + "version": "0.24.6-13-x", "versions": { - "git": "0.24.6-12-x", + "git": "0.24.6-13-x", "npm": "0.24.5" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index e00cc9e46..014c909a4 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.24.6-12-x", + "version": "0.24.6-13-x", "main": "index.js", "dependencies": { "@polkadot/util": "^13.3.1", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index f9c26b655..2877cbde1 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.24.6-12-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.24.6-13-x' };