Skip to content

Commit 55af4b9

Browse files
authored
Merge pull request LikeMindsCommunity#65 from LikeMindsCommunity/version/v1.3.10
Version/v1.3.10
2 parents e5a4bd9 + f15f33e commit 55af4b9

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
1616
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1717
# In Windows, build-name is used as the major, minor, and patch parts
1818
# of the product and file versions while build-number is used as the build suffix.
19-
version: 1.3.9
19+
version: 1.3.10
2020

2121
environment:
2222
sdk: ">=3.0.0 <4.0.0"

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() {

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: likeminds_feed_ui_fl
22
description: A Flutter package for Likeminds Feed UI widgets. Used alongside the Likeminds Feed SDK package (likeminds_feed) to build custom interfaces.
3-
version: 1.3.9
3+
version: 1.3.10
44
publish_to: none
55
homepage: "www.likeminds.community/"
66

0 commit comments

Comments
 (0)