Skip to content

Commit a01679b

Browse files
committed
update version to 0.1.9
1 parent abfb6c4 commit a01679b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nodegui/calculator/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {
77
FlexLayout,
88
QLabel
99
} from "@nodegui/nodegui";
10-
import { BaseWidgetEvents } from "@nodegui/nodegui/dist/src/lib/core/EventWidget";
10+
import { BaseWidgetEvents } from "@nodegui/nodegui/dist/lib/core/EventWidget";
1111

1212
// ===============
1313
// UI AND DESIGN

nodegui/calculator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"author": "",
1010
"license": "ISC",
1111
"dependencies": {
12-
"@nodegui/nodegui": "^0.1.3"
12+
"@nodegui/nodegui": "^0.1.9"
1313
},
1414
"devDependencies": {
1515
"@types/node": "^12.7.2",

0 commit comments

Comments
 (0)