Skip to content

Commit

Permalink
🔖 release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BirjuVachhani committed Jul 2, 2023
1 parent 2adbaf1 commit 8367574
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion lib/src/version.dart
Original file line number Diff line number Diff line change
@@ -1 +1 @@
const String packageVersion = '0.3.0';
const String packageVersion = '0.4.0';
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion web/manifest.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 8367574

Please sign in to comment.