File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22Icon = " Icon.png"
33Name = " Engram"
44ID = " com.derofdn.engram"
5- Version = " 0.6.2 "
6- Build = 62
5+ Version = " 0.6.5 "
6+ Build = 65
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 "
6464var version semver.Version
6565var a fyne.App
6666var engram Engram
You can’t perform that action at this time.
0 commit comments