File tree 5 files changed +5
-6
lines changed
5 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
- # 0.2.0 [ Unreleased ]
1
+ # 0.2.0
2
2
3
3
- Add backgrounds collection for Christmas.
4
4
- Add option to view the latest changelog.
Original file line number Diff line number Diff line change @@ -43,7 +43,6 @@ android {
43
43
}
44
44
45
45
defaultConfig {
46
- // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
47
46
applicationId " dev.birju.pluto"
48
47
// You can update the following values to match your application needs.
49
48
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration.
Original file line number Diff line number Diff line change 1
- const String packageVersion = '0.1.1 ' ;
1
+ const String packageVersion = '0.2.0 ' ;
Original file line number Diff line number Diff line change 1
1
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.
3
3
4
4
publish_to : ' none'
5
5
6
- version : 0.1.1
6
+ version : 0.2.0
7
7
8
8
environment :
9
9
sdk : ' >=2.18.5 <3.0.0'
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " Pluto" ,
3
3
"description" : " A beautiful new tab for your browser." ,
4
- "version" : " 0.1.1 " ,
4
+ "version" : " 0.2.0 " ,
5
5
"manifest_version" : 3 ,
6
6
"short_name" : " Pluto" ,
7
7
"content_security_policy" : {
You can’t perform that action at this time.
0 commit comments