Skip to content

Commit b2dd233

Browse files
authored
Merge pull request #10 from Navigraph/fix-package-json
chore: increment package.json for v2
2 parents e6f4721 + 40176a4 commit b2dd233

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/js/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@navigraph/msfs-navigation-data-interface",
3-
"version": "1.0.0-alpha.1",
3+
"version": "2.0.0-alpha.1",
44
"description": "JS interface that facilitates interactions with the Navigraph WASM navigation data module.",
55
"homepage": "https://navigraph.com",
66
"main": "dist/msfs-navigation-data-interface.mjs",
@@ -21,4 +21,4 @@
2121
"scripts": {
2222
"build": "tsup"
2323
}
24-
}
24+
}

0 commit comments

Comments
 (0)