From b93f6c39e75098c870de3cc91331de101c5bd530 Mon Sep 17 00:00:00 2001 From: Hans Kokx Date: Fri, 20 Sep 2024 15:49:01 +0200 Subject: [PATCH] v1.0.5+2 - Updated README and example project Signed-off-by: Hans Kokx --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 056bd4a..f7b02de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.5.2 + +- Updated README and example project documentation + ## 1.0.5+1 - Marked the `loginWithEmailAndPassword` method in ArcaneAuthenticationService as deprecated and updated example project diff --git a/pubspec.yaml b/pubspec.yaml index e1da7b1..3c6053c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: arcane_framework description: "Agnostic Reusable Component Architecture for New Ecosystems: a modern framework for bootstrapping new applications" -version: 1.0.5+1 +version: 1.0.5+2 repository: https://github.com/hanskokx/arcane_framework issue_tracker: https://github.com/hanskokx/arcane_framework/issues