Skip to content
This repository was archived by the owner on Dec 12, 2022. It is now read-only.

Commit b988f44

Browse files
committed
0.4.0
1 parent ea2865c commit b988f44

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Three.js Developer Tools",
3-
"version": "0.3.1",
3+
"version": "0.4.0",
44
"description": "Developer tools for 3D library three.js.",
55
"devtools_page": "src/extension/devtools.html",
66
"background": {

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "three-devtools",
33
"private": true,
4-
"version": "0.3.1",
4+
"version": "0.4.0",
55
"description": "three.js developer tools web extension",
66
"scripts": {
77
"build:source": "./scripts/build-source.sh",

0 commit comments

Comments
 (0)