Skip to content

Commit 656e6f1

Browse files
committed
chore(release): bump version to 0.6.5
1 parent 6a45141 commit 656e6f1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

FyneApp.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
Icon = "Icon.png"
33
Name = "Engram"
44
ID = "com.derofdn.engram"
5-
Version = "0.6.2"
6-
Build = 62
5+
Version = "0.6.5"
6+
Build = 65

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ go mod tidy
7777

7878
* Build from within the repo directory:
7979
```
80-
fyne package -name Engram -os windows -appVersion 0.6.3 -icon Icon.png -tags migrated_fynedo
80+
fyne package -name Engram -os windows -appVersion 0.6.5 -icon Icon.png -tags migrated_fynedo
8181
```
8282

8383
#### Building for Android APK (Linux)
@@ -87,7 +87,7 @@ fyne package -name Engram -os windows -appVersion 0.6.3 -icon Icon.png -tags mig
8787
* Add environment variable for ANDROID_NDK_HOME to point at the downloaded and extracted ndk directory
8888
* Build from within the repo directory:
8989
```
90-
fyne package -name Engram -os android/arm64 -appVersion 0.6.3 -appID com.engram.main -icon ./Icon.png -tags migrated_fynedo
90+
fyne package -name Engram -os android/arm64 -appVersion 0.6.5 -appID com.engram.main -icon ./Icon.png -tags migrated_fynedo
9191
```
9292

9393
## CI/CD & Security

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const (
6060

6161
// Version info - injected at build time via ldflags
6262
// Build with: go build -ldflags "-X main.versionString=1.0.0"
63-
var versionString = "0.6.4"
63+
var versionString = "0.6.5"
6464
var version semver.Version
6565
var a fyne.App
6666
var engram Engram

0 commit comments

Comments
 (0)