From d958c372cb3bd5495cce30ab1d70801e213d4ff9 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Wed, 6 Jan 2021 01:34:09 +0200 Subject: [PATCH] Bump version to 0.2.2 --- deb/DEBIAN/control | 2 +- go.mod | 2 +- go.sum | 2 ++ gomuks.go | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/deb/DEBIAN/control b/deb/DEBIAN/control index a382777..60601ac 100644 --- a/deb/DEBIAN/control +++ b/deb/DEBIAN/control @@ -1,5 +1,5 @@ Package: gomuks -Version: 0.2.1-1 +Version: 0.2.2-1 Section: net Priority: optional Architecture: amd64 diff --git a/go.mod b/go.mod index 42b53f8..28b4273 100644 --- a/go.mod +++ b/go.mod @@ -22,7 +22,7 @@ require ( gopkg.in/toast.v1 v1.0.0-20180812000517-0a84660828b2 gopkg.in/vansante/go-ffprobe.v2 v2.0.2 gopkg.in/yaml.v2 v2.3.0 - maunium.net/go/mautrix v0.8.0-rc.4 + maunium.net/go/mautrix v0.8.0 maunium.net/go/mauview v0.1.2 maunium.net/go/tcell v0.2.0 ) diff --git a/go.sum b/go.sum index be8e93b..33e523c 100644 --- a/go.sum +++ b/go.sum @@ -136,6 +136,8 @@ maunium.net/go/mautrix v0.8.0-rc.2 h1:H1OieKdfTr4+i3lGgvydl+3z21CM4XgHzTrW8ozmsb maunium.net/go/mautrix v0.8.0-rc.2/go.mod h1:TtVePxoEaw6+RZDKVajw66Yaj1lqLjH8l4FF3krsqWY= maunium.net/go/mautrix v0.8.0-rc.4 h1:3JXoL2JJPE5nh/YSw9sv9dQA9ulma9yHTMOBMBY1xdo= maunium.net/go/mautrix v0.8.0-rc.4/go.mod h1:TtVePxoEaw6+RZDKVajw66Yaj1lqLjH8l4FF3krsqWY= +maunium.net/go/mautrix v0.8.0 h1:G1jlVslNUTWEqaxuatHAMmzTWnGyoCIc4tAF5GpQJd8= +maunium.net/go/mautrix v0.8.0/go.mod h1:TtVePxoEaw6+RZDKVajw66Yaj1lqLjH8l4FF3krsqWY= maunium.net/go/mauview v0.1.2 h1:6Y3GpyckIlzCNkry6k025YhWg8oh5XJFj3RAMf4VwWo= maunium.net/go/mauview v0.1.2/go.mod h1:3QBUiuLct9moP1LgDhCGIg0Ovxn38Bd2sGndnUOuj4o= maunium.net/go/tcell v0.2.0 h1:1Q0kN3wCOGAIGu1r3QHADsjSUOPDylKREvCv3EzJpVg= diff --git a/gomuks.go b/gomuks.go index 6601408..1cb9503 100644 --- a/gomuks.go +++ b/gomuks.go @@ -56,7 +56,7 @@ func NewGomuks(uiProvider ifc.UIProvider, configDir, dataDir, cacheDir, download } func (gmx *Gomuks) Version() string { - return "v0.2.1" + return "v0.2.2" } // Save saves the active session and message history.