Skip to content

Commit

Permalink
Bump version to 0.0.4+2
Browse files Browse the repository at this point in the history
  • Loading branch information
michalowskim committed Jul 8, 2024
1 parent 423dd8a commit 2d012fd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.0.4+2
- Automated package publish

## 0.0.4+1
- Fix code formatting

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 2d012fd

Please sign in to comment.