diff --git a/CHANGELOG.md b/CHANGELOG.md index ff4aaf12..f7afc666 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.9.16-2 + +* Fix icon caching issue + ## 0.9.16-1 * Fixed drop animation lag diff --git a/app/pubspec.yaml b/app/pubspec.yaml index e0a16199..0c3b9467 100644 --- a/app/pubspec.yaml +++ b/app/pubspec.yaml @@ -1,7 +1,7 @@ name: weblibre description: "The Privacy-Focused & AI-Powered Research Browser" publish_to: 'none' -version: 0.9.16-1+21 +version: 0.9.16-2+22 environment: sdk: '>=3.8.0 <4.0.0' diff --git a/metadata/en-US/changelogs/22.txt b/metadata/en-US/changelogs/22.txt new file mode 100644 index 00000000..90aa9201 --- /dev/null +++ b/metadata/en-US/changelogs/22.txt @@ -0,0 +1 @@ +* Fix icon caching issue \ No newline at end of file