Skip to content

Commit 243db47

Browse files
authored
Merge pull request #8 from joutvhu/develop
Bump sdk version
2 parents 5763ba2 + 55dbe78 commit 243db47

File tree

2 files changed

+6
-2
lines changed

2 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+
## 1.0.0+7
2+
3+
- Bump SDK version
4+
15
## 1.0.0+6
26

37
- Fix insertDecimalPoint with negative number.

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: number_text_input_formatter
22
description: Number Text Input Formatter for Flutter
3-
version: 1.0.0+6
3+
version: 1.0.0+7
44

55
homepage: https://github.com/joutvhu/number_text_input_formatter
66
repository: https://github.com/joutvhu/number_text_input_formatter.git
77
issue_tracker: https://github.com/joutvhu/number_text_input_formatter/issues
88

99
environment:
10-
sdk: ">=2.12.0 <3.0.0"
10+
sdk: ">=2.12.0 <4.0.0"
1111

1212
# Dart Scripts Runner plugin https://github.com/joutvhu/dart-scripts
1313
scripts:

0 commit comments

Comments
 (0)