diff --git a/elm.json b/elm.json index fb3de0a..5cb6da1 100644 --- a/elm.json +++ b/elm.json @@ -3,7 +3,7 @@ "name": "noordstar/elm-matrix-sdk-beta", "summary": "Matrix SDK for instant communication. Unstable beta version for testing only.", "license": "EUPL-1.1", - "version": "2.1.1", + "version": "2.1.2", "exposed-modules": [ "Internal.Config.Default", "Internal.Config.Leaks", diff --git a/src/Internal/Config/Default.elm b/src/Internal/Config/Default.elm index ffbd273..c4cd6ad 100644 --- a/src/Internal/Config/Default.elm +++ b/src/Internal/Config/Default.elm @@ -23,7 +23,7 @@ will assume until overriden by the user. -} currentVersion : String currentVersion = - "beta 2.1.1" + "beta 2.1.2" {-| The default device name that is being communicated with the Matrix API.