Skip to content

Commit

Permalink
chore: update news
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-1979 committed Nov 20, 2024
1 parent f0ad17e commit 2f43157
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/extension-polkagate/src/popup/home/news.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ export interface News {

export const news: News[] = [
{
version: '0.32.0',
version: '0.32.1',
notes: [
'Support Spanish: Access PolkaGate in your preferred language.',
'Fix Czech Republic flag: It was incorrectly displayed as the China flag.'
'Fix known issues: correct the Czech Republic flag display and resolve the favorite chain dialog issue.'
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion packages/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.32.0",
"version": "0.32.1",
"dependencies": {
"@polkadot/api": "^11.2.1",
"@polkadot/extension-base": "^0.47.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/extension/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/extension', path: 'auto', type: 'auto', version: '0.32.0' };
export const packageInfo = { name: '@polkadot/extension', path: 'auto', type: 'auto', version: '0.32.1' };

0 comments on commit 2f43157

Please sign in to comment.