From 05586893e1c9c67974801ef1ec25cd5a7f5228ec Mon Sep 17 00:00:00 2001 From: Vadim <44135514+vodemn@users.noreply.github.com> Date: Thu, 28 Aug 2025 16:13:09 +0200 Subject: [PATCH] ML-261 Sort logbook photos by timestamp in descending order (#265) --- pubspec.lock | 6 +++--- pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index c1292ad..6715316 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -861,11 +861,11 @@ packages: dependency: "direct main" description: path: "." - ref: "v4.1.0" - resolved-ref: "15adfa4f6fea06a6c62c58f5171a41813058040c" + ref: "v4.1.1" + resolved-ref: "2317ef3a1e93e06505a033ecbd5cee3758b2dbc0" url: "https://github.com/vodemn/m3_lightmeter_iap" source: git - version: "4.1.0+35" + version: "4.1.1+36" m3_lightmeter_resources: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index 89a452d..0402f7f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -33,7 +33,7 @@ dependencies: m3_lightmeter_iap: git: url: "https://github.com/vodemn/m3_lightmeter_iap" - ref: v4.1.0 + ref: v4.1.1 m3_lightmeter_resources: git: url: "https://github.com/vodemn/m3_lightmeter_resources"