From 206a288d6c841f9ad30e90553e07c7c55097f328 Mon Sep 17 00:00:00 2001 From: Jake Macdonald Date: Mon, 10 Jul 2023 17:55:12 +0000 Subject: [PATCH] release 0.2.1 --- CHANGELOG.md | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f951eec..63a99b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.2.1-wip +## 0.2.1 - Update SDK constraint to <4.0.0. - Update example deps to the latest. diff --git a/pubspec.yaml b/pubspec.yaml index cd262ff..5235fef 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: built_html -version: 0.2.1-wip +version: 0.2.1 description: A Builder for injecting content hashes into html templates or json files homepage: https://github.com/jakemac53/built_html