diff --git a/CONTRIBUTORS b/CONTRIBUTORS index ac2131daa..505306869 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -5,7 +5,7 @@ 551 Jaco Allow addition of denySub entries (#4223) 116 alineherzman Update all.json (#4766) 97 michalisFr Update address.json (#4380) - 34 Tarik Gul 0.24.3 (#4749) + 35 Tarik Gul Bump yarn to 4.5.3 (#4779) 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 9c8bbddd7..e4391a17f 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.24.4-16-x", + "version": "0.24.4-17-x", "versions": { - "git": "0.24.4-16-x", + "git": "0.24.4-17-x", "npm": "0.24.3" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 26dd9cf43..cd14c9294 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.24.4-16-x", + "version": "0.24.4-17-x", "main": "index.js", "dependencies": { "@polkadot/util": "^13.2.3", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index fc98d0106..03637aa64 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.4-16-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.24.4-17-x' };