Skip to content

Commit 76644a7

Browse files
committed
chore: bump to version ^0.1.4+5
1 parent b718850 commit 76644a7

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

pubspec.lock

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,14 @@ packages:
265265
url: "https://pub.dev"
266266
source: hosted
267267
version: "1.0.2"
268+
csv:
269+
dependency: "direct main"
270+
description:
271+
name: csv
272+
sha256: c6aa2679b2a18cb57652920f674488d89712efaf4d3fdf2e537215b35fc19d6c
273+
url: "https://pub.dev"
274+
source: hosted
275+
version: "6.0.0"
268276
dart_style:
269277
dependency: transitive
270278
description:

pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: qack
22
description: A translation app for learning Chinese and English through speaking.
3-
version: 0.1.3+4
3+
version: 0.1.4+5
44
publish_to: none
55

66
environment:
@@ -41,6 +41,7 @@ dependencies:
4141
path_provider: ^2.1.5
4242
drift_flutter: ^0.2.4
4343
flutter_native_splash: ^2.4.6
44+
csv: ^6.0.0
4445

4546

4647
dev_dependencies:

0 commit comments

Comments
 (0)