Skip to content

Commit

Permalink
Merge pull request #15 from taslangraham/update-release
Browse files Browse the repository at this point in the history
Update release
  • Loading branch information
taslangraham authored Mar 12, 2022
2 parents b22feb0 + 41e02a4 commit edfc69d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tode-cli",
"version": "1.0.1-alpha",
"version": "1.0.2-alpha",
"author": "Taslan Graham",
"bin": {
"tode": "bin/run"
Expand Down
2 changes: 1 addition & 1 deletion src/config/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ export const SUCCESS_EXIT_CODE = 0;
export const OPTION_RECURSIVE = '-r';
export const UTF8 = 'utf8';
// Place release tag here
export const releaseTag = '';
export const releaseTag = '1.0.2-alpha';

0 comments on commit edfc69d

Please sign in to comment.