Skip to content

Commit ede491d

Browse files
committed
feat: updated version
1 parent 08fc2c7 commit ede491d

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# [1.1.0+1]
2+
3+
* Fix dart static analysis warnings
4+
15
# [1.1.0]
26

37
* Updated README.md

example/pubspec.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ packages:
119119
path: ".."
120120
relative: true
121121
source: path
122-
version: "1.1.0"
122+
version: "1.1.0+1"
123123
flutter:
124124
dependency: "direct main"
125125
description: flutter

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: firebase_phone_auth_handler
22
description: An easy-to-use firebase phone authentication package to easily send and verify OTP's with auto-fetch OTP support via SMS. Supports web out of the box.
3-
version: 1.1.0
3+
version: 1.1.0+1
44
homepage: https://github.com/rithik-dev/firebase_phone_auth_handler
55
repository: https://github.com/rithik-dev/firebase_phone_auth_handler
66
issue_tracker: https://github.com/rithik-dev/firebase_phone_auth_handler/issues

0 commit comments

Comments
 (0)