Skip to content

Commit 8f4e9ba

Browse files
committed
chore: bump version
1 parent 93bd579 commit 8f4e9ba

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
{
22
"name": "node-window-manager",
3-
"version": "0.9.5",
3+
"version": "1.0.0",
44
"description": "Manage windows in macOS, Windows and Linux",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"scripts": {
88
"build": "tsc",
9-
"build-darwin": "swift build --configuration=release --static-swift-stdlib && mv .build/release/addon macos",
109
"watch": "tsc --watch",
1110
"install": "npm run rebuild",
1211
"rebuild": "node-gyp rebuild",

0 commit comments

Comments
 (0)