Skip to content

Commit f8e32cf

Browse files
committed
Bumped version to 1.0.7+1
1 parent e670df7 commit f8e32cf

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.0.7+1 (2023-10-02)
2+
3+
* Now uses `http: ^1.0.0`.
4+
15
# 1.0.6+2 (2023-09-15)
26

37
* Now uses `flutter_soundfork` and `logger>=2.0.1`.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ EmblaCore is available via [pub.dev](https://pub.dev/packages/embla_core).
2020
Add this to the dependencies list in your `pubspec.yaml` file:
2121

2222
```yaml
23-
embla_core: "^1.0.6"
23+
embla_core: "^1.0.7"
2424
```
2525
2626
and then run the following command from the project root:

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: embla_core
22
description: Flutter library containing the core session functionality in Embla, an Icelandic-language voice assistant.
3-
version: "1.0.6+2"
3+
version: "1.0.7+1"
44
homepage: https://embla.is
55
repository: https://github.com/mideind/EmblaCoreFlutter
66
documentation: https://embla.is/embla_core/

0 commit comments

Comments
 (0)