diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 81a916b4c..6f2cc9576 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -6,7 +6,7 @@ 112 alineherzman Update all.json (#4745) 97 michalisFr Update address.json (#4380) 32 Bill Laboon Add phishing links from malicious Referendum 203 (#3996) - 31 Tarik Gul 0.24.2 (#4736) + 32 Tarik Gul Bump dev to 0.82.1 w/ tslib (#4747) 18 Josip Š Update all.json (#4408) 13 ccris02 Update all.json (#1510) 13 crypto-scambaiter Update all.json (#4246) diff --git a/package.json b/package.json index 1470b6d00..74b59c9c3 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.24.3-7-x", + "version": "0.24.3-8-x", "versions": { - "git": "0.24.3-7-x", + "git": "0.24.3-8-x", "npm": "0.24.2" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 698e6610a..a0c03a119 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.24.3-7-x", + "version": "0.24.3-8-x", "main": "index.js", "dependencies": { "@polkadot/util": "^13.2.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index e655dfd79..85321a83e 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.3-7-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.24.3-8-x' };