Skip to content

Commit

Permalink
📦 VERSION: 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AricRedemption committed Mar 19, 2024
1 parent a901ced commit 99f4aeb
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4,740 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ public/content.js
*.njsproj
*.sln
*.sw?
*.lock

# Sentry Config File
.env.sentry-build-plugin
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.5.0",
"version": "2.5.1",
"type": "module",
"scripts": {
"dev": "vite --config ./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.5.0",
"version": "2.5.1",
"manifest_version": 3,
"action": {
"default_popup": "popup.html",
Expand Down
2 changes: 1 addition & 1 deletion src/data/config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const VERSION = '2.5.0'
export const VERSION = '2.5.1'

export const FEEB = 1
export const P2PKH_UNLOCK_SIZE = 1 + 1 + 72 + 1 + 33
Expand Down
Loading

0 comments on commit 99f4aeb

Please sign in to comment.