From 6543a4db3838d9e19c926dcbb83b1bb543309791 Mon Sep 17 00:00:00 2001 From: "Michael W. Aziz" Date: Tue, 4 Mar 2025 10:46:55 +0200 Subject: [PATCH] [0.1.1]+2 --- pubspec.lock | 12 ++++++------ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 2e7e582..305bb80 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -14,19 +14,19 @@ packages: description: path: "." ref: master - resolved-ref: "2f77d5d81328298952d3f07092d2aea2e6c11a44" + resolved-ref: b8c7239a7ac3843d3bfa448125aa9271959f8a67 url: "https://git.micazi.dev/micazi/astromic_elements.git" source: git - version: "0.1.0" + version: "0.1.1" astromic_extensions: dependency: transitive description: path: "." - ref: HEAD - resolved-ref: bccde3fe9f3d47b29e08ac6d287c2bc06f6d855c - url: "https://stag-git.micazi.dev/micazi/astromic_extensions.git" + ref: master + resolved-ref: "11aee47f8044063dcfb310da356143da8a78f6f0" + url: "https://git.micazi.dev/micazi/astromic_extensions.git" source: git - version: "0.1.0" + version: "0.1.1" async: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index ccbda9b..bb61af0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: astromic_helpers description: The helpers module of the Astromic Presentation System publish_to: "none" -version: 0.1.1 +version: 0.1.1+2 environment: sdk: ">=3.6.0"