From 0b7e42f33b0164b5ff99b6f66f744431ffb5a45d Mon Sep 17 00:00:00 2001 From: Fabian Freund Date: Tue, 7 May 2024 16:05:59 +0200 Subject: [PATCH] bump version --- CHANGELOG.md | 8 ++++++++ app/pubspec.yaml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..30b4683 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +## 0.1.1 + +* Added the ability to open and directly summarize/prompt PDF documents. + + +## 0.1.0 + +* Initial release \ No newline at end of file diff --git a/app/pubspec.yaml b/app/pubspec.yaml index e16416f..c4a51ff 100644 --- a/app/pubspec.yaml +++ b/app/pubspec.yaml @@ -1,7 +1,7 @@ name: bang_navigator description: "A secure and privacy friendly search browser" publish_to: 'none' -version: 0.1.0 +version: 0.1.1 environment: sdk: '>=3.4.0-190.1.beta <4.0.0'