Skip to content

Commit 6825c43

Browse files
committed
Release v0.2.0
1 parent a450ae2 commit 6825c43

File tree

5 files changed

+5
-6
lines changed

5 files changed

+5
-6
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 0.2.0 [Unreleased]
1+
# 0.2.0
22

33
- Add backgrounds collection for Christmas.
44
- Add option to view the latest changelog.

android/app/build.gradle

-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ android {
4343
}
4444

4545
defaultConfig {
46-
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
4746
applicationId "dev.birju.pluto"
4847
// You can update the following values to match your application needs.
4948
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration.

lib/src/version.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
const String packageVersion = '0.1.1';
1+
const String packageVersion = '0.2.0';

pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: pluto
2-
description: A beautiful new tab for Chrome built with love in Flutter.
2+
description: A beautiful new tab for your browser built with love in Flutter.
33

44
publish_to: 'none'
55

6-
version: 0.1.1
6+
version: 0.2.0
77

88
environment:
99
sdk: '>=2.18.5 <3.0.0'

web/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Pluto",
33
"description": "A beautiful new tab for your browser.",
4-
"version": "0.1.1",
4+
"version": "0.2.0",
55
"manifest_version": 3,
66
"short_name": "Pluto",
77
"content_security_policy": {

0 commit comments

Comments
 (0)