Skip to content

Commit 85953c6

Browse files
committed
chore: bump versions
1 parent e94b351 commit 85953c6

File tree

4 files changed

+4
-4
lines changed

4 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.

bun.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
},
4646
"src/ts": {
4747
"name": "@navigraph/msfs-navigation-data-interface",
48-
"version": "1.2.1",
48+
"version": "1.2.2",
4949
"devDependencies": {
5050
"@microsoft/msfs-types": "^1.14.6",
5151
"tsup": "^8.4.0",

src/ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@navigraph/msfs-navigation-data-interface",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
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",

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.1"
3+
version = "1.2.2"
44
edition = "2021"
55

66
[lib]

0 commit comments

Comments
 (0)