Skip to content

Commit

Permalink
Version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-1-anderson committed Jul 19, 2018
1 parent 9feecfe commit 35235e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0-alpha.1
0.1.0
8 changes: 4 additions & 4 deletions box.json.dist
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"alias": "example.phar",
"alias": "dot-process.phar",
"chmod": "0755",
"compactors": [],
"directories": ["src"],
"files": ["example", "README.md", "VERSION"],
"files": ["dot-process", "README.md", "VERSION"],
"finder": [
{
"name": "*.php",
Expand All @@ -19,7 +19,7 @@
],
"git-commit": "git-commit",
"git-version": "git-version",
"output": "example.phar",
"main": "example",
"output": "dot-process.phar",
"main": "dot-process",
"stub": true
}

0 comments on commit 35235e8

Please sign in to comment.