Skip to content

Commit 39668c0

Browse files
committed
petitparser compatibility
1 parent d1df48e commit 39668c0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.1.10
1+
## 0.1.11
22
- Flutter SDK 1.20.1 compatibility
33

44
## 0.1.8

pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: gsheet_to_arb
2-
version: 0.1.10
2+
version: 0.1.11
33
description: Imports Application Resource Bundle (ARB) from Google Sheets documents
44

55
homepage: https://github.com/gocal/gsheet_to_arb
@@ -22,7 +22,7 @@ dependencies:
2222
recase: "^3.0.0"
2323
quiver: "^2.1.3"
2424
yaml: ">=2.2.0 <2.3.0"
25-
petitparser: "3.0.4"
25+
petitparser: ^3.0.0
2626

2727
dev_dependencies:
2828
analyzer: ">=0.39.0 <0.40.0"

0 commit comments

Comments
 (0)