Skip to content

Commit

Permalink
fix: mason cli version
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel committed Nov 18, 2020
1 parent cb690cc commit 33294d7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.0.1-dev.4

- fix: mason CLI version fix

# 0.0.1-dev.3

- feat: support for remote templates
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ vars:
## Build

```sh
mason build --template greetings.yaml -- --name Felix
mason build -t greetings.yaml -- --name Felix
```

The above command should generate `GREETINGS.md` file with the following content:
Expand Down
2 changes: 1 addition & 1 deletion lib/src/version.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: mason
description: >
A Dart template generator which helps teams generate files quickly and consistently.
version: 0.0.1-dev.3
version: 0.0.1-dev.4
homepage: https://github.com/felangel/mason

environment:
Expand Down

0 comments on commit 33294d7

Please sign in to comment.