Prepare develop for master

elm-test --fuzz 1000 --seed 134719727714686
pull/21/head
Bram 2024-04-26 15:44:01 +02:00
parent bcdb178414
commit e1c7c8792e
3 changed files with 3 additions and 4 deletions

View File

@ -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",

View File

@ -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.

View File

@ -71,6 +71,7 @@ add4AFewTimes fuzz1 fuzz2 fuzz3 fuzz4 f roomFuzzer =
roomFuzzer
-- suite : Test
-- suite =
-- describe "Room"