Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BirjuVachhani committed Dec 20, 2022
1 parent a450ae2 commit 6825c43
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.2.0 [Unreleased]
# 0.2.0

- Add backgrounds collection for Christmas.
- Add option to view the latest changelog.
Expand Down
1 change: 0 additions & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ android {
}

defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "dev.birju.pluto"
// You can update the following values to match your application needs.
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration.
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.1.1';
const String packageVersion = '0.2.0';
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: pluto
description: A beautiful new tab for Chrome built with love in Flutter.
description: A beautiful new tab for your browser built with love in Flutter.

publish_to: 'none'

version: 0.1.1
version: 0.2.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.1.1",
"version": "0.2.0",
"manifest_version": 3,
"short_name": "Pluto",
"content_security_policy": {
Expand Down

0 comments on commit 6825c43

Please sign in to comment.