Bump package.json again

This commit is contained in:
Ingvar Stepanyan
2023-08-05 19:54:47 +01:00
parent 76b6c2fdb8
commit 1d71ddbc01
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "web-gphoto2",
"version": "0.2.0",
"version": "0.4.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "web-gphoto2",
"version": "0.2.0",
"version": "0.4.0",
"license": "LGPL-2.1-or-later",
"dependencies": {
"typescript": "^5.1.6"

View File

@@ -1,6 +1,6 @@
{
"name": "web-gphoto2",
"version": "0.2.0",
"version": "0.4.0",
"description": "WebAssembly implementation of gphoto2 and libusb to control DSLR cameras over USB on the Web",
"exports": {
"import": "./build/camera.js"