Merge origin/develop-to-main to origin/develop

Develop to main for beta 2.1.1
pull/14/head
BramvdnHeuvel 2024-01-12 17:22:32 +01:00 committed by GitHub
commit ef9b007730
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 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": "2.1.0",
"version": "2.1.1",
"exposed-modules": [
"Matrix",
"Matrix.Event",

View File

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

View File

@ -27,7 +27,7 @@ settings =
vault
|> Matrix.Settings.setSyncTime sync
|> Matrix.Settings.getSyncTime
|> Expect.equal sync
|> Expect.equal (max 1 sync)
)
]