diff --git a/elm.json b/elm.json index 3dd4d1e..e36ac60 100644 --- a/elm.json +++ b/elm.json @@ -3,10 +3,8 @@ "name": "noordstar/elm-matrix-sdk-beta", "summary": "Matrix SDK for instant communication. Unstable beta version for testing only.", "license": "EUPL-1.1", - "version": "3.0.0", + "version": "3.1.0", "exposed-modules": [ - "Internal.Values.Room", - "Internal.Values.Timeline", "Matrix", "Matrix.Event", "Matrix.Room", diff --git a/src/Internal/Config/Default.elm b/src/Internal/Config/Default.elm index 7f00681..8d167b1 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 3.0.0" + "beta 3.1.0" {-| The default device name that is being communicated with the Matrix API. diff --git a/tests/Test/Values/Room.elm b/tests/Test/Values/Room.elm index 7119459..98e7228 100644 --- a/tests/Test/Values/Room.elm +++ b/tests/Test/Values/Room.elm @@ -71,6 +71,7 @@ add4AFewTimes fuzz1 fuzz2 fuzz3 fuzz4 f roomFuzzer = roomFuzzer + -- suite : Test -- suite = -- describe "Room"