parent
bcdb178414
commit
e1c7c8792e
4
elm.json
4
elm.json
|
@ -3,10 +3,8 @@
|
||||||
"name": "noordstar/elm-matrix-sdk-beta",
|
"name": "noordstar/elm-matrix-sdk-beta",
|
||||||
"summary": "Matrix SDK for instant communication. Unstable beta version for testing only.",
|
"summary": "Matrix SDK for instant communication. Unstable beta version for testing only.",
|
||||||
"license": "EUPL-1.1",
|
"license": "EUPL-1.1",
|
||||||
"version": "3.0.0",
|
"version": "3.1.0",
|
||||||
"exposed-modules": [
|
"exposed-modules": [
|
||||||
"Internal.Values.Room",
|
|
||||||
"Internal.Values.Timeline",
|
|
||||||
"Matrix",
|
"Matrix",
|
||||||
"Matrix.Event",
|
"Matrix.Event",
|
||||||
"Matrix.Room",
|
"Matrix.Room",
|
||||||
|
|
|
@ -23,7 +23,7 @@ will assume until overriden by the user.
|
||||||
-}
|
-}
|
||||||
currentVersion : String
|
currentVersion : String
|
||||||
currentVersion =
|
currentVersion =
|
||||||
"beta 3.0.0"
|
"beta 3.1.0"
|
||||||
|
|
||||||
|
|
||||||
{-| The default device name that is being communicated with the Matrix API.
|
{-| The default device name that is being communicated with the Matrix API.
|
||||||
|
|
|
@ -71,6 +71,7 @@ add4AFewTimes fuzz1 fuzz2 fuzz3 fuzz4 f roomFuzzer =
|
||||||
roomFuzzer
|
roomFuzzer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
-- suite : Test
|
-- suite : Test
|
||||||
-- suite =
|
-- suite =
|
||||||
-- describe "Room"
|
-- describe "Room"
|
||||||
|
|
Loading…
Reference in New Issue