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

Commit 6cec184

Browse files
committed
Bump version to 2.1.0
1 parent 6956bdf commit 6cec184

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.4",
3+
"version": "2.1.0",
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.4";
11+
std::string qodeVersion = "2.1.0";
1212

1313
namespace qode {
1414

0 commit comments

Comments
 (0)