Bump version to 0.12 (#301)

* 0.12.0

* change to prerelease
This commit is contained in:
Atul R 2019-12-26 13:34:26 +05:30 committed by GitHub
parent e98c6d7ebc
commit 0061ba43d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View File

@ -36,3 +36,4 @@ jobs:
assets: > assets: >
nodegui-nodegui-1.0.0-master.tgz:nodegui-master.tgz:application/tar+gzip nodegui-nodegui-1.0.0-master.tgz:nodegui-master.tgz:application/tar+gzip
recreate: true recreate: true
prerelease: true

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "@nodegui/nodegui", "name": "@nodegui/nodegui",
"version": "0.11.0", "version": "0.12.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@nodegui/nodegui", "name": "@nodegui/nodegui",
"version": "0.11.0", "version": "0.12.0",
"description": "A cross platform library to build native desktop apps.", "description": "A cross platform library to build native desktop apps.",
"main": "dist/index.js", "main": "dist/index.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",