From 1edb6a7685e9badde42cce785570d1f4f9e0f772 Mon Sep 17 00:00:00 2001 From: Gitea Actions Date: Thu, 6 Feb 2025 11:06:15 +0000 Subject: [PATCH] chore: bump version to 0.0.1+2 and update changelog --- CHANGELOG.md | 9 +++++++++ pubspec.yaml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..b6aab90 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +## 0.0.1+2 (2025-02-06) + +### Features +No new features + +### Bug Fixes +No bug fixes + +# Changelog diff --git a/pubspec.yaml b/pubspec.yaml index a92c1bd..6509284 100644 --- a/pubspec.yaml +++ b/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: 0.0.0+1 +version: 0.0.1+2 environment: sdk: ^3.6.1