Skip to content

Commit 80d6ce0

Browse files
authored
Merge pull request #10 from striker561/bump-ver
Chore: Bump version to v0.2.2
2 parents 22819df + 9588456 commit 80d6ce0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
//go:embed all:frontend/dist
1212
var assets embed.FS
1313

14-
var appVersion = "v0.2.1"
14+
var appVersion = "v0.2.2"
1515

1616
func main() {
1717
// Create an instance of the app structure

wails.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"info": {
1414
"companyName": "striker561 / d3uceY",
1515
"productName": "Avnac",
16-
"productVersion": "0.2.1",
16+
"productVersion": "0.2.2",
1717
"copyright": "Copyright © 2026 striker561/ d3uceY. All rights reserved.",
1818
"comments": "Built using Wails (https://wails.io)"
1919
}

0 commit comments

Comments
 (0)