From d4be4f1db8fa9061cf8b07575790ed03762aaa2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vedran=20Balagovi=C4=87?= Date: Tue, 12 Nov 2024 09:56:37 +0100 Subject: [PATCH] Updated readme --- CHANGELOG.md | 6 +++++- README.md | 2 +- example/pubspec.yaml | 2 +- pubspec.yaml | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ce4bb9..1ce4d5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,4 +12,8 @@ Updated links ## 1.0.3 -Added new widgets \ No newline at end of file +Added new widgets + +## 1.0.4 + +Updated documentation \ No newline at end of file diff --git a/README.md b/README.md index 2ac0aa9..5e0d592 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Add this to your package's `pubspec.yaml` file: ```yaml dependencies: - flutter_builder_ui_kit: ^1.0.3 + flutter_builder_ui_kit: ^1.0.4 ``` ## Usage diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 88927f7..7c105a7 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 1.0.3+2 +version: 1.0.4+3 environment: sdk: ^3.5.3 diff --git a/pubspec.yaml b/pubspec.yaml index 8f888f9..71ae523 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_builder_ui_kit description: "A flexible and customizable UI widgets package for Flutter applications" -version: 1.0.3 +version: 1.0.4 homepage: https://github.com/vbalagovic/flutter-builder-ui-kit environment: