Skip to content

Commit

Permalink
[CI Skip] release/stable 0.9.1
Browse files Browse the repository at this point in the history
skip-checks: true
  • Loading branch information
github-actions[bot] committed Mar 12, 2022
1 parent dc22687 commit 24c172b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTORS
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
421 Mich Update all.json (#1258)
365 Jaco Revert incorrectly listed Snowbank (normal walletconnect integration) (#1261)
366 Jaco 0.9.1 (#1264)
156 mhusnirizal update all.json (#1263)
77 michalisFr Update all.json (#1036)
67 frankywild Update all.json (#1262)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "https://github.com/polkadot-js/phishing.git"
},
"sideEffects": false,
"version": "0.9.0",
"version": "0.9.1",
"workspaces": [
"packages/*"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/phishing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "0.9.0",
"version": "0.9.1",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.17.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/phishing/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

// Do not edit, auto-generated by @polkadot/dev

export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.8.307' };
export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.9.1' };

0 comments on commit 24c172b

Please sign in to comment.