Skip to content

Commit 7e429c8

Browse files
committed
Bumped version to 1.3.4
1 parent 896aba0 commit 7e429c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/common.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import 'package:flutter/foundation.dart' show kDebugMode;
2222

2323
// Software info
2424
const String kSoftwareName = 'Embla';
25-
const String kSoftwareVersion = '1.3.3';
25+
const String kSoftwareVersion = '1.3.4';
2626
const String kSoftwareImplementation = 'flutter';
2727
const String kSoftwareAuthor = 'Miðeind ehf.';
2828

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: embla
22
description: Cross-platform mobile Icelandic-language voice assistant.
33
publish_to: 'none'
4-
version: 1.3.3+17
4+
version: 1.3.4+17
55

66
environment:
77
sdk: '>=2.12.0 <3.0.0'

0 commit comments

Comments
 (0)