diff --git a/Makefile b/Makefile index 67affa0..b34d434 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ x32 = 386 x64 = amd64 -ver = v0-7-8 +ver = v0-7-9 all: windows macos linux diff --git a/app/core/app.go b/app/core/app.go index 041678a..ebe8da5 100644 --- a/app/core/app.go +++ b/app/core/app.go @@ -12,7 +12,7 @@ import ( // App : Global App variable. var ( App *MangaDesk - AppVersion = "MangaDesk v0.7.8" + AppVersion = "MangaDesk v0.7.9" ) // MangaDesk : The client for this application. diff --git a/go.mod b/go.mod index 89a636a..0838b75 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.22 require ( github.com/darylhjd/mangodex v0.0.0-20211231093527-e4a91c518fa0 github.com/gdamore/tcell/v2 v2.7.4 - github.com/rivo/tview v0.0.0-20231126123532-b11bfc7683c7 + github.com/rivo/tview v0.0.0-20240524063012-037df494fb76 ) require ( diff --git a/go.sum b/go.sum index 552b8d6..3ed3536 100644 --- a/go.sum +++ b/go.sum @@ -9,8 +9,8 @@ github.com/lucasb-eyer/go-colorful v1.2.0 h1:1nnpGOrhyZZuNyfu1QjKiUICQ74+3FNCN69 github.com/lucasb-eyer/go-colorful v1.2.0/go.mod h1:R4dSotOR9KMtayYi1e77YzuveK+i7ruzyGqttikkLy0= github.com/mattn/go-runewidth v0.0.15 h1:UNAjwbU9l54TA3KzvqLGxwWjHmMgBUVhBiTjelZgg3U= github.com/mattn/go-runewidth v0.0.15/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w= -github.com/rivo/tview v0.0.0-20231126123532-b11bfc7683c7 h1:COzHU5BcNtpJhQijeK34VQdITkvcPwLA+eYyySH+dXY= -github.com/rivo/tview v0.0.0-20231126123532-b11bfc7683c7/go.mod h1:nVwGv4MP47T0jvlk7KuTTjjuSmrGO4JF0iaiNt4bufE= +github.com/rivo/tview v0.0.0-20240524063012-037df494fb76 h1:iqvDlgyjmqleATtFbA7c14djmPh2n4mCYUv7JlD/ruA= +github.com/rivo/tview v0.0.0-20240524063012-037df494fb76/go.mod h1:02iFIz7K/A9jGCvrizLPvoqr4cEIx7q54RH5Qudkrss= github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.4.3/go.mod h1:FN3SvrM+Zdj16jyLfmOkMNblXMcoc8DfTHruCPUcx88= github.com/rivo/uniseg v0.4.7 h1:WUdvkW8uEhrYfLC4ZzdpI2ztxP1I582+49Oc5Mq64VQ=