Skip to content

Commit

Permalink
Release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BirjuVachhani committed Jan 2, 2023
1 parent 3e19396 commit fcc17b7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.3.0 [Unpublished]
# 0.3.0

- Performance improvements.
- Improve menu button dropdown UI.
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.2.0';
const String packageVersion = '0.3.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.2.0
version: 0.3.0

environment:
sdk: '>=2.18.5 <3.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.2.0",
"version": "0.3.0",
"manifest_version": 3,
"short_name": "Pluto",
"content_security_policy": {
Expand Down

0 comments on commit fcc17b7

Please sign in to comment.