Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
EMcNugget committed Aug 30, 2024
1 parent f52822c commit da27eb7
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/silver-rings-tickle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-plums-tickle.md

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# D-ATIS to vATIS

## [1.6.1](#1.6.1) - 8/29/2024

### Patch Changes

- 44e85ef: Added contractions for atis introduction (e.g "ATL DEP INFO" -> "ATL DEPARTURE ")
- ad5569a: Added dropdown for profiles

## [1.6.0](#1.6.0) - 8/11/2024

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "d-atis-to-vatis",
"private": true,
"version": "1.6.0",
"version": "1.6.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/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 src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "d_atis_to_vatis"
version = "1.6.0"
version = "1.6.1"
description = "Converts real world FAA D-ATIS's to vATIS profiles"
authors = ["you"]
license = "MIT"
Expand Down
17 changes: 13 additions & 4 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,14 @@
"active": true,
"category": "Utility",
"copyright": "MIT",
"targets": ["deb", "rpm", "appimage", "msi", "app", "dmg"],
"targets": [
"deb",
"rpm",
"appimage",
"msi",
"app",
"dmg"
],
"externalBin": [],
"icon": [
"icons/32x32.png",
Expand All @@ -33,7 +40,9 @@
"providerShortName": null,
"signingIdentity": null
},
"resources": ["assets/**/*"],
"resources": [
"assets/**/*"
],
"shortDescription": "",
"linux": {
"deb": {
Expand All @@ -42,7 +51,7 @@
}
},
"productName": "D-ATIStovATIS",
"version": "1.6.0",
"version": "1.6.1",
"identifier": "D-ATIStovATIS",
"plugins": {
"updater": {
Expand All @@ -66,4 +75,4 @@
"csp": null
}
}
}
}

0 comments on commit da27eb7

Please sign in to comment.