Skip to content

Commit

Permalink
🚀 VERSION: 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
riverrun46 committed Sep 28, 2023
1 parent 5c78dc6 commit 701bf09
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "metalet",
"private": true,
"version": "2.0.0",
"version": "2.0.1",
"type": "module",
"scripts": {
"dev": "vite --config vite.dev.config.ts",
Expand Down
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Metalet",
"description": "An MVC Crypto Wallet Extension",
"version": "2.0.0",
"version": "2.0.1",
"manifest_version": 3,
"action": {
"default_popup": "index.html",
Expand Down
2 changes: 1 addition & 1 deletion src/data/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ export const FEEB = 1
export const NOTIFICATION_WIDTH = 360
export const NOTIFICATION_HEIGHT = 620

export const VERSION = '2.0.0'
export const VERSION = '2.0.1'
2 changes: 0 additions & 2 deletions src/lib/actions/connect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ import { getAddress, getCurrentAccount } from '../account'
import connector from '../connector'

export async function process(params: any, host: string) {
console.log('connect process load')

const account = await getCurrentAccount()

if (!account) {
Expand Down

0 comments on commit 701bf09

Please sign in to comment.