Skip to content

Commit

Permalink
Bumped version to 1.0.8+1
Browse files Browse the repository at this point in the history
  • Loading branch information
sveinbjornt committed Oct 4, 2023
1 parent e8dfe81 commit a87a5dc
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 9 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.8+1 (2023-10-02)

* Now uses `flutter_soundfork: ^1.0.1`.

# 1.0.7+1 (2023-10-02)

* Now uses `http: ^1.0.0`.
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.7"
embla_core: "^1.0.8"
```
and then run the following command from the project root:
Expand Down
9 changes: 5 additions & 4 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,11 @@ packages:
embla_core:
dependency: "direct main"
description:
path: ".."
relative: true
source: path
version: "1.0.7+1"
name: embla_core
sha256: "4c2eb52e4c270de74be62fe413b736bf5ee81588e865b64a421afa0b65cdff5b"
url: "https://pub.dev"
source: hosted
version: "1.0.8+1"
fake_async:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ environment:
dependencies:
flutter:
sdk: flutter
embla_core:
path: ../
embla_core: '>=1.0.8 <2.0.0'
# path: ../
permission_handler: 11.0.0

dev_dependencies:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: embla_core
description: Flutter library containing the core session functionality in Embla, an Icelandic-language voice assistant.
version: "1.0.7+1"
version: "1.0.8+1"
homepage: https://embla.is
repository: https://github.com/mideind/EmblaCoreFlutter
documentation: https://embla.is/embla_core/
publish_to: 'none'
#publish_to: 'none'

platforms:
android:
Expand Down

0 comments on commit a87a5dc

Please sign in to comment.