Skip to content

Commit

Permalink
Release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BirjuVachhani committed Dec 15, 2022
1 parent 090f79b commit c70167b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.1.1 [Unreleased]
# 0.1.1

- Make daily refresh rate update background every day at midnight.
- Make weekly refresh rate update background every Monday at midnight.
Expand Down
1 change: 1 addition & 0 deletions derry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ clean:
build:
- $deps
- flutter build web --release --web-renderer html --csp
- rm -rf extension
- mv build/web build/extension
pack:
- $deps
Expand Down
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 Chrome built with love in Flutter.

publish_to: 'none'

version: 0.1.0
version: 0.1.1

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 minimal new tab for Chrome",
"version": "0.1.0",
"version": "0.1.1",
"manifest_version": 3,
"short_name": "Pluto",
"content_security_policy": {
Expand Down

0 comments on commit c70167b

Please sign in to comment.