From 1ed9fa7d22a04ad231a16a0880945d191f977665 Mon Sep 17 00:00:00 2001 From: Bram Date: Tue, 16 Jul 2024 12:06:35 +0200 Subject: [PATCH] Prepare develop for master elm-test --fuzz 1000 --seed 156536263253947 --- 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 7c3b668..0eed841 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.1", + "version": "3.4.0", "exposed-modules": [ "Matrix", "Matrix.Event", diff --git a/src/Internal/Config/Default.elm b/src/Internal/Config/Default.elm index 4b56824..606468e 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.1" + "beta 3.4.0" {-| The default device name that is being communicated with the Matrix API.