Skip to content

Commit

Permalink
Release v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mihai-dinculescu committed Aug 26, 2022
1 parent c0f93f1 commit f91053a
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ file. This change log follows the conventions of

## [Unreleased]

## [v0.2.4] - 2022-08-26

### Changed

- All dependencies are updated to the latest version.

## [v0.2.3] - 2021-05-31

### Changed
Expand Down Expand Up @@ -46,6 +52,7 @@ file. This change log follows the conventions of
### Initial Release of MSFS 2020 GPS Link

[unreleased]: https://github.com/mihai-dinculescu/cargo-wipe
[v0.2.4]: https://github.com/mihai-dinculescu/cargo-wipe/tree/v0.2.4
[v0.2.3]: https://github.com/mihai-dinculescu/cargo-wipe/tree/v0.2.3
[v0.2.2]: https://github.com/mihai-dinculescu/cargo-wipe/tree/v0.2.2
[v0.2.1]: https://github.com/mihai-dinculescu/cargo-wipe/tree/v0.2.1
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ yarn tauri dev
- Add tag

```bash
git tag -a vX.X.X
git tag -a vX.X.X -m "vX.X.X"
```

- Push
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion msfs-2020-gps-link/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "msfs-2020-gps-link",
"version": "0.2.3",
"version": "0.2.4",
"private": true,
"scripts": {
"start": "react-app-rewired start",
Expand Down
2 changes: 1 addition & 1 deletion msfs-2020-gps-link/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "MSFS-2020-GPS-Link"
version = "0.2.3"
version = "0.2.4"
authors = [ "Mihai Dinculescu <[email protected]>" ]
edition = "2021"
description = "MSFS 2020 GPS Link"
Expand Down

0 comments on commit f91053a

Please sign in to comment.