Skip to content

Commit dd216f9

Browse files
committed
Updated Xcode project settings, bumped version to 1.0.5
1 parent 1b8032b commit dd216f9

File tree

6 files changed

+9
-5
lines changed

6 files changed

+9
-5
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.0.5+1 (2023-09-15)
2+
3+
* Bug fixes.
4+
15
# 1.0.4+1 (2023-09-13)
26

37
* Improved speech synthesis configurability.

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

example/ios/Podfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ SPEC CHECKSUMS:
4545

4646
PODFILE CHECKSUM: ef19549a9bc3046e7bb7d2fab4d021637c0c58a3
4747

48-
COCOAPODS: 1.12.0
48+
COCOAPODS: 1.12.1

example/ios/Runner.xcodeproj/project.pbxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
97C146E61CF9000F007C117D /* Project object */ = {
156156
isa = PBXProject;
157157
attributes = {
158-
LastUpgradeCheck = 1300;
158+
LastUpgradeCheck = 1430;
159159
ORGANIZATIONNAME = "";
160160
TargetAttributes = {
161161
97C146ED1CF9000F007C117D = {

example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1300"
3+
LastUpgradeVersion = "1430"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

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.4+1"
3+
version: "1.0.5+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)