From ece25cf12825ceae0036a6054865f9d490a8ee80 Mon Sep 17 00:00:00 2001 From: Vadim <44135514+vodemn@users.noreply.github.com> Date: Fri, 29 Aug 2025 15:46:24 +0200 Subject: [PATCH] ML-271 Equipment profiles marked as not used after update (#272) --- pubspec.lock | 6 +++--- pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 6715316..48ef682 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -861,11 +861,11 @@ packages: dependency: "direct main" description: path: "." - ref: "v4.1.1" - resolved-ref: "2317ef3a1e93e06505a033ecbd5cee3758b2dbc0" + ref: "v4.1.2" + resolved-ref: "6bb16eb49232649eca02704b3a40890b0184d8b5" url: "https://github.com/vodemn/m3_lightmeter_iap" source: git - version: "4.1.1+36" + version: "4.1.2+37" m3_lightmeter_resources: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index 0402f7f..aeb7404 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.1 + ref: v4.1.2 m3_lightmeter_resources: git: url: "https://github.com/vodemn/m3_lightmeter_resources"