diff --git a/package-lock.json b/package-lock.json index 38de416..87761dd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,13 @@ { "name": "kaitai-struct", - "version": "0.10.0", - "lockfileVersion": 1 + "version": "0.11.0-SNAPSHOT.1", + "lockfileVersion": 3, + "requires": true, + "packages": { + "": { + "name": "kaitai-struct", + "version": "0.11.0-SNAPSHOT.1", + "license": "Apache-2.0" + } + } } diff --git a/package.json b/package.json index 1a95539..d57d4a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kaitai-struct", - "version": "0.10.0", + "version": "0.11.0-SNAPSHOT.1", "description": "Kaitai Struct: runtime library for JavaScript", "license": "Apache-2.0", "author": "Kaitai team (https://github.com/orgs/kaitai-io/people) and Ilmari Heikkinen",