Prepare develop for master

No elm-test for this patch update. The update does not concern written Elm tests, and it has been tested on the Elm SDK demo code
pull/29/head
Bram 2024-06-05 17:41:11 +02:00
parent 425d964af5
commit 76cc6d46b9
2 changed files with 2 additions and 2 deletions

View File

@ -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": "3.3.0",
"version": "3.3.1",
"exposed-modules": [
"Matrix",
"Matrix.Event",

View File

@ -29,7 +29,7 @@ will assume until overriden by the user.
-}
currentVersion : String
currentVersion =
"beta 3.3.0"
"beta 3.3.1"
{-| The default device name that is being communicated with the Matrix API.