Bump our version

This commit is contained in:
Simon Edwards 2021-09-18 10:02:45 +02:00
parent 590385339c
commit 91d652ed84

View File

@ -1,6 +1,6 @@
{
"name": "@nodegui/nodegui",
"version": "0.37.3",
"version": "0.38.0",
"description": "A cross-platform library to build native desktop apps.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
@ -18,7 +18,7 @@
"build": "cross-env tsc && npm run build:addon",
"postinstall": "cross-env npm run setupqt && (node ./scripts/skip.js || npm run build:addon)",
"setupqt": "cross-env node ./scripts/setupMiniQt.js",
"build:addon": "cross-env CMAKE_BUILD_PARALLEL_LEVEL=8 cmake-js compile",
"build:addon": "cross-env CMAKE_BUILD_PARALLEL_LEVEL=2 cmake-js compile",
"test": "node ./scripts/qode.js ./node_modules/jest/bin/jest -i",
"lint:cpp": "cross-env clang-format -i --glob=src/cpp/**/*.[h,c]*",
"lint:ts": "cross-env tsc --noEmit && cross-env eslint './src/**/*.{ts,tsx,js,jsx}' --fix",