Skip to content

Commit a87a5dc

Browse files
committed
Bumped version to 1.0.8+1
1 parent e8dfe81 commit a87a5dc

File tree

5 files changed

+14
-9
lines changed

5 files changed

+14
-9
lines changed

CHANGELOG.md

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

37
* Now uses `http: ^1.0.0`.

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.7"
23+
embla_core: "^1.0.8"
2424
```
2525
2626
and then run the following command from the project root:

example/pubspec.lock

+5-4
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,11 @@ packages:
6060
embla_core:
6161
dependency: "direct main"
6262
description:
63-
path: ".."
64-
relative: true
65-
source: path
66-
version: "1.0.7+1"
63+
name: embla_core
64+
sha256: "4c2eb52e4c270de74be62fe413b736bf5ee81588e865b64a421afa0b65cdff5b"
65+
url: "https://pub.dev"
66+
source: hosted
67+
version: "1.0.8+1"
6768
fake_async:
6869
dependency: transitive
6970
description:

example/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ environment:
99
dependencies:
1010
flutter:
1111
sdk: flutter
12-
embla_core:
13-
path: ../
12+
embla_core: '>=1.0.8 <2.0.0'
13+
# path: ../
1414
permission_handler: 11.0.0
1515

1616
dev_dependencies:

pubspec.yaml

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

99
platforms:
1010
android:

0 commit comments

Comments
 (0)