Skip to content

Commit

Permalink
v5.1.8 - Chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
juanolmedo1 committed Jan 25, 2025
1 parent 88d1479 commit 6ae7609
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion source/web/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Stargazer Wallet",
"version": "5.1.7",
"version": "5.1.8",
"icons": {
"16": "assets/icons/favicon-16.png",
"32": "assets/icons/favicon-32.png",
Expand Down
2 changes: 1 addition & 1 deletion source/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "extension",
"version": "5.1.7",
"version": "5.1.8",
"description": "Cross-chain compatible wallet for Constellation and Ethereum",
"private": true,
"repository": "https://github.com/StardustCollective/stargazer-wallet-ext.git",
Expand Down
2 changes: 1 addition & 1 deletion source/web/sentry/initialize.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const integrations = getDefaultIntegrations({}).filter((defaultIntegration) => {
);
});

const RELEASE_NAME = `[email protected].7`;
const RELEASE_NAME = `[email protected].8`;

const client = new BrowserClient({
dsn: process.env.SENTRY_DNS_WEB,
Expand Down

0 comments on commit 6ae7609

Please sign in to comment.