Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tommy-mitchell committed Aug 31, 2023
1 parent 0011da2 commit ab174f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@tommy-mitchell/cli-template",
"version": "0.3.0",
"version": "0.4.0",
"description": "Personal `tmplr` template for creating CLIs.",
"license": "MIT",
"repository": "tommy-mitchell/cli-template",
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Personal [`tmplr`](https://github.com/loreanvictor/tmplr) template for creating

```sh
git init
npx tmplr@latest 'tommy-mitchell/cli-template#v0.3.0'
npx tmplr@latest 'tommy-mitchell/cli-template#v0.4.0'
yarn install
```

Run inside of desired installation directory. Requires `tmplr` v0.2.4 or higher.
Run inside of desired installation directory.

0 comments on commit ab174f1

Please sign in to comment.