Skip to content

Commit 564cd6f

Browse files
committed
chore: Update versions.
1 parent a3103a2 commit 564cd6f

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

record/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 6.1.2
2+
* chore: Updated transitive dependencies.
3+
* chore: Update README.md & bg_recording.md.
4+
15
## 6.1.1
26
* fix: Calling stop never ends when not recording.
37

record/pubspec.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: record
22
description: Audio recorder from microphone to file or stream with multiple codecs, bit rate and sampling rate options.
3-
version: 6.1.1
3+
version: 6.1.2
44
homepage: https://github.com/llfbandit/record/tree/master/record
55

66
environment:
@@ -18,10 +18,10 @@ dependencies:
1818
record_platform_interface: ^1.4.0
1919
record_web: ^1.2.0
2020
record_windows: ^1.0.7
21-
record_linux: ^1.2.0
22-
record_android: ^1.4.1
23-
record_ios: ^1.1.1
24-
record_macos: ^1.1.1
21+
record_linux: ^1.2.1
22+
record_android: ^1.4.3
23+
record_ios: ^1.1.3
24+
record_macos: ^1.1.2
2525

2626
dev_dependencies:
2727
flutter_lints: ^5.0.0

0 commit comments

Comments
 (0)