From 20fa78a7d82ba7d65b6488e56afa43dea50de58c Mon Sep 17 00:00:00 2001 From: thefish Date: Fri, 8 Nov 2019 04:18:33 +0300 Subject: [PATCH] version updater --- config.json | 18 +++++++++--------- ui/mainwindow/mainwindow.go | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/config.json b/config.json index c21a416..7d7c097 100644 --- a/config.json +++ b/config.json @@ -1,10 +1,10 @@ { - "version": "0.0.0.1", - "title" : "Alchemyst", - "sizeX": 100, - "sizeY": 47, - "fpsLimit" : 60, - "font": "./resources/fonts-ttf/LiberationMono-Bold.ttf", - "fontSize": "8x12", - "verbosity": "debug" -} + "version": "v0.0.1.4-1-g14c8cf8", + "title": "Alchemyst", + "sizeX": 100, + "sizeY": 47, + "fpsLimit": 60, + "font": ".\/resources\/fonts-ttf\/LiberationMono-Bold.ttf", + "fontSize": "8x12", + "verbosity": "debug" +} \ No newline at end of file diff --git a/ui/mainwindow/mainwindow.go b/ui/mainwindow/mainwindow.go index f7c0ce1..f23b75f 100644 --- a/ui/mainwindow/mainwindow.go +++ b/ui/mainwindow/mainwindow.go @@ -43,7 +43,7 @@ func (mw *MainWindow) Open() { blt.Set( fmt.Sprintf( //"window: size=%dx%d, title='%s v%s'; font: ./resources/fonts-bitmap/ibmnew8x12.png, size=8x12;", - "window: size=%dx%d, title='%s v%s'; font: %s, size=%s;", + "window: size=%dx%d, title='%s %s'; font: %s, size=%s;", //"window: size=%dx%d, title='%s v%s'", config.MainWindowSizeX, config.MainWindowSizeY,