diff --git a/sdc-qrf/package.json b/sdc-qrf/package.json index 113f8fd..b672d98 100644 --- a/sdc-qrf/package.json +++ b/sdc-qrf/package.json @@ -1,7 +1,7 @@ { "name": "sdc-qrf", "license": "MIT", - "version": "0.3.5", + "version": "0.3.6", "scripts": { "build": "tsc", "coverage": "jest --coverage --coverageReporters=text-lcov | coveralls", diff --git a/web/package.json b/web/package.json index 4151d9d..9988da1 100644 --- a/web/package.json +++ b/web/package.json @@ -1,7 +1,7 @@ { "name": "web", "type": "module", - "version": "0.3.5", + "version": "0.3.6", "private": true, "dependencies": { "@codemirror/commands": "^6.2.4",