Skip to content
This repository was archived by the owner on Aug 9, 2021. It is now read-only.

Commit b06f2e2

Browse files
committed
Bump version to v2.0.2
1 parent b5e462d commit b06f2e2

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

node

Submodule node updated from f207c80 to def0030

npm/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nodegui/qode",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Qode is a lightly modified fork of Node.js that merges Node's event loop with Qt's event loop. It is designed to be used together with `@nodegui/nodegui`",
55
"main": "index.js",
66
"files": [

src/qode.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#include "src/integration/node_integration.h"
99
#include "src/helpers/qode_helper.h"
1010

11-
std::string qodeVersion = "2.0.1";
11+
std::string qodeVersion = "2.0.2";
1212

1313
namespace qode {
1414

0 commit comments

Comments
 (0)