From 36be03e0658b1214ddbf4a9c4b65401259d580d3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 10 Jun 2024 06:36:46 +0000 Subject: [PATCH] chore(release): 1.0.1 [skip ci] ## [1.0.1](https://github.com/buehler/flutter_pdfium/compare/v1.0.0...v1.0.1) (2024-06-10) ### Bug Fixes * correctly publish sources for build ([b0106e6](https://github.com/buehler/flutter_pdfium/commit/b0106e6b730c9bc69efa8adb592623320cc763f5)) --- CHANGELOG.md | 7 +++++++ pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c542b53..9bab0f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.1](https://github.com/buehler/flutter_pdfium/compare/v1.0.0...v1.0.1) (2024-06-10) + + +### Bug Fixes + +* correctly publish sources for build ([b0106e6](https://github.com/buehler/flutter_pdfium/commit/b0106e6b730c9bc69efa8adb592623320cc763f5)) + # 1.0.0 (2024-06-07) diff --git a/pubspec.yaml b/pubspec.yaml index 275c797..a34865d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_pdfium description: 'Dart FFI bindings for PDFium library. Downloads and links the library upon build.' -version: 1.0.0 +version: 1.0.1 homepage: https://github.com/buehler/flutter_pdfium repository: https://github.com/buehler/flutter_pdfium.git issue_tracker: https://github.com/buehler/flutter_pdfium/issues