Skip to content

Commit 1d11700

Browse files
committed
chore: bump version
1 parent d65372a commit 1d11700

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/ts/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.1.2",
3+
"version": "1.2.0",
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",
@@ -27,4 +27,4 @@
2727
"@microsoft/msfs-types": "^1.14.6",
2828
"tsup": "^8.4.0"
2929
}
30-
}
30+
}

src/wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "msfs-navigation-data-interface"
3-
version = "1.2.0-rc2"
3+
version = "1.2.0"
44
edition = "2021"
55

66
[lib]

0 commit comments

Comments
 (0)