Skip to content
This repository was archived by the owner on Jan 27, 2024. It is now read-only.

Commit e50d46d

Browse files
Merge pull request #108 from kyeshmz/main
✅ update to make pubspec match 3.5.10 by update podspec
2 parents 5053f07 + 2ba541d commit e50d46d

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.0.1
2+
- Update version on pubspec to depend on PhoneNumberKit 3.5.10
3+
- Update podspec to match package version
4+
15
## 2.0.0
26

37
### BREAKING CHANGES

ios/phone_number.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
Pod::Spec.new do |s|
66
s.name = 'phone_number'
7-
s.version = '1.0.0'
7+
s.version = '2.0.1'
88
s.summary = 'Flutter plugin for phone number validation'
99
s.description = <<-DESC
1010
Flutter plugin for phone number validation

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: phone_number
22
description: Flutter plugin for parsing, formatting and validating international
33
phone numbers.
4-
version: 2.0.0
4+
version: 2.0.1
55
homepage: https://github.com/flutter-form-builder-ecosystem
66
repository: https://github.com/flutter-form-builder-ecosystem/phone_number
77
issue_tracker: https://github.com/flutter-form-builder-ecosystem/phone_number/issues

0 commit comments

Comments
 (0)