Prepare develop for master

pull/4/head
Bram 2023-12-21 22:27:34 +01:00
parent 2e6d07bc42
commit 16c9e0d4e1
2 changed files with 3 additions and 16 deletions

View File

@ -3,23 +3,10 @@
"name": "noordstar/elm-matrix-sdk-beta",
"summary": "Matrix SDK for instant communication. Unstable beta version for testing only.",
"license": "EUPL-1.1",
"version": "1.0.0",
"version": "2.0.0",
"exposed-modules": [
"Matrix",
"Matrix.Settings",
"Internal.Config.Default",
"Internal.Config.Leaks",
"Internal.Config.Text",
"Internal.Tools.Decode",
"Internal.Tools.Encode",
"Internal.Tools.Hashdict",
"Internal.Tools.Iddict",
"Internal.Tools.Timestamp",
"Internal.Tools.VersionControl",
"Internal.Values.Context",
"Internal.Values.Envelope",
"Internal.Values.Vault",
"Types"
"Matrix.Settings"
],
"elm-version": "0.19.0 <= v < 0.20.0",
"dependencies": {

View File

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