Skip to content

Commit

Permalink
v0.1.14 (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelameaume authored Nov 17, 2023
1 parent 3e157e7 commit a934266
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import sade from 'sade';
import { run } from '../src/cli/index.js';

sade('fragment [entry]')
.version('0.1.13')
.version('0.1.14')
.describe('Run a dev environment for fragment')
.option('-n, --new', 'Create file if it does not exist', false)
.option('-t, --template', 'Specify template to create the file from', '2d')
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fragment-tools",
"version": "0.1.13",
"version": "0.1.14",
"description": "A web development environment for creative coding",
"main": "index.js",
"bin": {
Expand Down Expand Up @@ -34,4 +34,4 @@
"webm-writer": "^1.0.0",
"ws": "^8.2.3"
}
}
}

0 comments on commit a934266

Please sign in to comment.