Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
OrionReed committed Apr 1, 2024
1 parent a0d4cb9 commit 62728e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"manifest_version": 3,
"name": "dom3d",
"version": "0.0.3",
"description": "View the DOM in 3D.",
"version": "0.0.4",
"description": "View and debug a website's DOM in 3D space.",
"permissions": [
"activeTab",
"scripting",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "dom3d",
"author": "Orion Reed",
"description": "View your DOM in 3D",
"version": "0.0.3",
"version": "0.0.4",
"scripts": {
"build:firefox": "node build.js firefox",
"build:chrome": "node build.js chrome",
Expand Down

0 comments on commit 62728e6

Please sign in to comment.