Skip to content

Commit 6defafa

Browse files
author
Hai Nguyen
committed
bump version v1.1.0
1 parent 4367d87 commit 6defafa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ func (a *App) getMenus() *menu.Menu {
288288
mainMenu := AppMenu.AddSubmenu("Remotify")
289289
mainMenu.AddText("About", nil, func(_ *menu.CallbackData) {
290290
runtime.EventsEmit(a.ctx, "onOpenAboutWindow", "{"+
291-
"\"app_version\": \"1.0.2\","+
291+
"\"app_version\": \"1.1.0\","+
292292
"\"copy_right\":\"© 2024 Hai Nguyen\","+
293293
"}")
294294
})

frontend/package.json.md5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
e1a84310203f3c16b3669ee348492e2e
1+
ef8b839dfc7521c21db459763d9c98cb

internal/domain/values/enums.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ type Bundle string
209209

210210
const (
211211
AppName Bundle = "Remotify"
212-
Version Bundle = "1.0.2"
212+
Version Bundle = "1.1.0"
213213
)
214214

215215
var AppBundle = []struct {

0 commit comments

Comments
 (0)