Skip to content

Commit

Permalink
release 0.2.1 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemac53 committed Jul 10, 2023
1 parent 05a2760 commit 67661c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
publish:
if: ${{ github.repository_owner == 'jakemaca53' }}
if: ${{ github.repository_owner == 'jakemac53' }}
uses: dart-lang/ecosystem/.github/workflows/publish.yaml@main
with:
# Protected github deployment environment, requires approval to publish.
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.2.1-wip
## 0.2.1

- Update SDK constraint to <4.0.0.
- Update example deps to the latest.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 67661c7

Please sign in to comment.