We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 896aba0 commit 7e429c8Copy full SHA for 7e429c8
lib/common.dart
@@ -22,7 +22,7 @@ import 'package:flutter/foundation.dart' show kDebugMode;
22
23
// Software info
24
const String kSoftwareName = 'Embla';
25
-const String kSoftwareVersion = '1.3.3';
+const String kSoftwareVersion = '1.3.4';
26
const String kSoftwareImplementation = 'flutter';
27
const String kSoftwareAuthor = 'Miðeind ehf.';
28
pubspec.yaml
@@ -1,7 +1,7 @@
1
name: embla
2
description: Cross-platform mobile Icelandic-language voice assistant.
3
publish_to: 'none'
4
-version: 1.3.3+17
+version: 1.3.4+17
5
6
environment:
7
sdk: '>=2.12.0 <3.0.0'
0 commit comments