parent
bcdb178414
commit
e1c7c8792e
4
elm.json
4
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",
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -71,6 +71,7 @@ add4AFewTimes fuzz1 fuzz2 fuzz3 fuzz4 f roomFuzzer =
|
|||
roomFuzzer
|
||||
|
||||
|
||||
|
||||
-- suite : Test
|
||||
-- suite =
|
||||
-- describe "Room"
|
||||
|
|
Loading…
Reference in New Issue