From d6c4beed6f2d9715bdd67ae8d3b579d153b007ab Mon Sep 17 00:00:00 2001 From: birjuvachhani Date: Sun, 4 Aug 2024 15:30:47 +0530 Subject: [PATCH] :bookmark: release v0.6.1 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6a4748..c44a62b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.6.1 + +- Fix image loading. + # 0.6.0 - Fix images not loading. diff --git a/pubspec.yaml b/pubspec.yaml index 80502e5..a269e6b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: A beautiful new tab for your browser built with love in Flutter. publish_to: 'none' -version: 0.6.0 +version: 0.6.1 environment: sdk: '>=3.4.0 <4.0.0'