Skip to content

Commit 67661c7

Browse files
authored
release 0.2.1 (#17)
1 parent 05a2760 commit 67661c7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
publish:
14-
if: ${{ github.repository_owner == 'jakemaca53' }}
14+
if: ${{ github.repository_owner == 'jakemac53' }}
1515
uses: dart-lang/ecosystem/.github/workflows/publish.yaml@main
1616
with:
1717
# Protected github deployment environment, requires approval to publish.

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.2.1-wip
1+
## 0.2.1
22

33
- Update SDK constraint to <4.0.0.
44
- Update example deps to the latest.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: built_html
2-
version: 0.2.1-wip
2+
version: 0.2.1
33
description: A Builder for injecting content hashes into html templates or json files
44
homepage: https://github.com/jakemac53/built_html
55

0 commit comments

Comments
 (0)