From 16c9e0d4e1f6f4b1c870e118427c483aafe27ff7 Mon Sep 17 00:00:00 2001 From: Bram Date: Thu, 21 Dec 2023 22:27:34 +0100 Subject: [PATCH] Prepare develop for master --- elm.json | 17 ++--------------- src/Internal/Config/Default.elm | 2 +- 2 files changed, 3 insertions(+), 16 deletions(-) diff --git a/elm.json b/elm.json index 3c502e6..5f3a159 100644 --- a/elm.json +++ b/elm.json @@ -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": { diff --git a/src/Internal/Config/Default.elm b/src/Internal/Config/Default.elm index d51eec7..9b89604 100644 --- a/src/Internal/Config/Default.elm +++ b/src/Internal/Config/Default.elm @@ -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.