From 8367574a82ea7b0dac7657ccb05419b208270185 Mon Sep 17 00:00:00 2001 From: birjuvachhani Date: Sun, 2 Jul 2023 16:08:25 +0530 Subject: [PATCH] :bookmark: release v0.4.0 --- CHANGELOG.md | 4 +++- lib/src/version.dart | 2 +- pubspec.yaml | 2 +- web/manifest.json | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 218fa10..46f5508 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,11 @@ -# 0.3.1 [Unpublished] +# 0.4.0 - Improve label fonts. - Added option to create new collections from tags. - Add am/pm option for digital clock format. - Fix spacing for digital clock with border. +- Add option to import/export settings. +- Enable auto refresh for colors and gradients. # 0.3.0 diff --git a/lib/src/version.dart b/lib/src/version.dart index a6b19eb..4cda4f7 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1 +1 @@ -const String packageVersion = '0.3.0'; +const String packageVersion = '0.4.0'; diff --git a/pubspec.yaml b/pubspec.yaml index 89bc112..2acc918 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.3.0 +version: 0.4.0 environment: sdk: '>=3.0.0 <4.0.0' diff --git a/web/manifest.json b/web/manifest.json index 0aa8fc0..a1e5957 100644 --- a/web/manifest.json +++ b/web/manifest.json @@ -1,7 +1,7 @@ { "name": "Pluto", "description": "A beautiful new tab for your browser.", - "version": "0.3.0", + "version": "0.4.0", "manifest_version": 3, "short_name": "Pluto", "content_security_policy": {