From 2d012fda2460471cf881abfa5098d322c6c2af44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Micha=C5=82owski?= Date: Mon, 8 Jul 2024 15:01:12 +0200 Subject: [PATCH] Bump version to 0.0.4+2 --- CHANGELOG.md | 3 +++ README.md | 2 +- pubspec.yaml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3aa61e..c222176 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.0.4+2 +- Automated package publish + ## 0.0.4+1 - Fix code formatting diff --git a/README.md b/README.md index 627c256..4ef4f46 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ To use this plugin, add `add_to_google_wallet` as a [dependency in your pubspec. ```yml dependencies: - add_to_google_wallet: ^0.0.4+1 + add_to_google_wallet: ^0.0.4+2 ``` or run this command: diff --git a/pubspec.yaml b/pubspec.yaml index 29a61c9..d0cff23 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: add_to_google_wallet description: A Flutter plugin that provides the Add To Google Wallet Button. repository: https://github.com/DroidsOnRoids/add-to-google-wallet issue_tracker: https://github.com/DroidsOnRoids/add-to-google-wallet/issues -version: 0.0.4+1 +version: 0.0.4+2 environment: sdk: '>=2.18.4 <4.0.0'