From 30afc7264b533558c1e85453590a3d9803807a86 Mon Sep 17 00:00:00 2001 From: robmllze <86869208+robmllze@users.noreply.github.com> Date: Mon, 5 Aug 2024 23:20:36 +1000 Subject: [PATCH] chore: Update workflow scripts --- CHANGELOG.md | 3 +-- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59a1ad5..4e1427e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,7 @@ ## [0.1.1] - Released @ 8/2024 (UTC) -- chore: Update imports in _index.g.dart -- chore: Update workflow scripts +- chore: Update imports in \_index.g.dart ## [0.1.0] diff --git a/pubspec.yaml b/pubspec.yaml index cefe7b8..cece50f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -9,7 +9,7 @@ name: df_config description: A package that provides methods to load configuration data and access it at runtime. -version: 0.1.1 +version: 0.1.2 repository: https://github.com/robmllze/df_config ## -----------------------------------------------------------------------------