From 76cc6d46b90820b81d06892d822a867c32e54d66 Mon Sep 17 00:00:00 2001 From: Bram Date: Wed, 5 Jun 2024 17:41:11 +0200 Subject: [PATCH] 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 --- elm.json | 2 +- src/Internal/Config/Default.elm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/elm.json b/elm.json index 41e703c..aad9344 100644 --- a/elm.json +++ b/elm.json @@ -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", diff --git a/src/Internal/Config/Default.elm b/src/Internal/Config/Default.elm index cfca825..4b56824 100644 --- a/src/Internal/Config/Default.elm +++ b/src/Internal/Config/Default.elm @@ -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.