Skip to content

Commit

Permalink
Update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
nohli committed Nov 6, 2022
1 parent 016e19f commit 6cb7294
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.3+1

* Improve readme: Add explanation for connection of `Android ID` and signing key

## 0.1.3

* Add building of example app to GitHub workflows
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.1.3"
version: "0.1.3+1"
async:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
sdk: flutter
android_id:
path: ../
version: ^0.1.3
version: ^0.1.3+1

dev_dependencies:
flutter_lints: ^2.0.1
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ issue_tracker: https://github.com/fluttercommunity/android_id/issues

maintainer: Joachim Nohl (@nohli)

version: 0.1.3
version: 0.1.3+1

environment:
sdk: '>=2.12.0 <3.0.0'
Expand Down

0 comments on commit 6cb7294

Please sign in to comment.