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

Commit

Permalink
change version to 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
a7ul committed Sep 11, 2019
1 parent c2c0540 commit 2fbf85b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion npm/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nodegui/qode",
"version": "1.1.0",
"version": "1.0.5",
"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`",
"main": "index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion src/qode.cc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include <iostream>
#include "helpers/qode_helpers.h"

std::string qodeVersion = "1.1.0";
std::string qodeVersion = "1.0.5";

namespace qode {

Expand Down

0 comments on commit 2fbf85b

Please sign in to comment.