Skip to content

Commit f15f33e

Browse files
committed
updated feedUIVersion
1 parent d8c7789 commit f15f33e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/src/utils/constants.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
const String kRegexLinksAndTags =
22
r'(?:(?:http|https|ftp|www)\:\/\/)?[a-zA-Z0-9\-\.]+\.[a-zA-Z]{1,}(?::[a-zA-Z0-9]*)?\/?[^\s\n]+|[\w\.-]+@[a-zA-Z\d\.-]+\.[a-zA-Z]{2,}|<<([^<>]+)\|route://member/([a-zA-Z-0-9]+)>>';
33

4-
const String uiVersion = '1.3.8';

lib/src/utils/utils.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import 'package:flutter/material.dart';
55
import 'package:timeago/timeago.dart';
66
import 'package:likeminds_feed_ui_fl/src/utils/theme.dart';
77

8-
const String feedUIVersion = "1.3.9";
8+
const String feedUIVersion = "1.3.10";
99

1010
extension StringColor on String {
1111
Color? toColor() {

0 commit comments

Comments
 (0)