Skip to content

Commit

Permalink
Bumped version to 1.0.7+1
Browse files Browse the repository at this point in the history
  • Loading branch information
sveinbjornt committed Oct 2, 2023
1 parent e670df7 commit f8e32cf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.0.7+1 (2023-10-02)

* Now uses `http: ^1.0.0`.

# 1.0.6+2 (2023-09-15)

* Now uses `flutter_soundfork` and `logger>=2.0.1`.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ EmblaCore is available via [pub.dev](https://pub.dev/packages/embla_core).
Add this to the dependencies list in your `pubspec.yaml` file:

```yaml
embla_core: "^1.0.6"
embla_core: "^1.0.7"
```
and then run the following command from the project root:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: embla_core
description: Flutter library containing the core session functionality in Embla, an Icelandic-language voice assistant.
version: "1.0.6+2"
version: "1.0.7+1"
homepage: https://embla.is
repository: https://github.com/mideind/EmblaCoreFlutter
documentation: https://embla.is/embla_core/
Expand Down

0 comments on commit f8e32cf

Please sign in to comment.