diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 04f1366aa..67081c6ce 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -6,7 +6,7 @@ 109 alineherzman Update all.json (#4714) 97 michalisFr Update address.json (#4380) 32 Bill Laboon Add phishing links from malicious Referendum 203 (#3996) - 25 Tarik Gul 0.23.7 (#4711) + 26 Tarik Gul Bump dev to 0.81.2 (#4719) 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 22128bc2a..8a8106042 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.23.8-4-x", + "version": "0.23.8-5-x", "versions": { - "git": "0.23.8-4-x", + "git": "0.23.8-5-x", "npm": "0.23.7" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index ee229af93..fd11012d0 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.23.8-4-x", + "version": "0.23.8-5-x", "main": "index.js", "dependencies": { "@polkadot/util": "^13.0.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 2f7f9c22e..b248e2868 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.23.8-4-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.23.8-5-x' };