Skip to content

Commit b8dc6b0

Browse files
committed
Bump version to 0.37.8
1 parent 9cf1b09 commit b8dc6b0

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

dist/snap/snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: mixin-desktop
2-
version: 0.37.6
2+
version: 0.37.8
33
summary: Mixin Desktop
44
description: Mixin Messenger
55
license: GPL-3.0

lib/ui/home/chat/input_container.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ class _AnimatedSendOrVoiceButton extends HookWidget {
290290
// start -> show voice button
291291
// end -> show send button
292292
final animationController = useAnimationController(
293-
duration: const Duration(milliseconds: 200),
293+
duration: Duration.zero,
294294
initialValue: hasInputText ? 1.0 : 0.0,
295295
);
296296

lib/utils/system/package_info.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import 'package:package_info_plus/package_info_plus.dart';
55

66
import '../logger.dart';
77

8-
const kMixinVersion = '0.37.6';
8+
const kMixinVersion = '0.37.8';
99

1010
final _packageInfo = PackageInfo(
1111
appName: 'mixin',

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ publish_to: none
1212
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
1313
# Read more about iOS versioning at
1414
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
15-
version: 0.37.7+35
15+
version: 0.37.8+37
1616

1717
environment:
1818
sdk: '>=2.17.1 <3.0.0'
@@ -199,7 +199,7 @@ msix_config:
199199
publisher_display_name: Mixin Ltd
200200
identity_name: 14801MixinLtd.MixinDesktop
201201
publisher: CN=272248D5-9A62-44D7-A299-5E1F8B46A9B0
202-
msix_version: 0.37.6.0
202+
msix_version: 0.37.8.0
203203
logo_path: ./assets/icons/windows_app_icon.png
204204
vs_generated_images_folder_path: ./dist/icons
205205
icons_background_color: transparent

windows_inno_setup.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "Mixin"
5-
#define MyAppVersion "0.37.6"
5+
#define MyAppVersion "0.37.8"
66
#define MyAppPublisher "Mixin, Inc."
77
#define MyAppURL "https://mixin.one/"
88
#define MyAppExeName "mixin_desktop.exe"

0 commit comments

Comments
 (0)