Skip to content

Commit

Permalink
Bumping to version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rainrivas committed Feb 5, 2018
1 parent 83bf8fd commit 4ec6fe0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const consoleWidth = () => {
}

program
.version('0.2.0')
.version('0.3.0')
.arguments('<phrase>')
.action((slng) => {
var options = {
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "slng",
"version": "0.2.0",
"version": "0.3.0",
"description": "Get hip or die trying",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 4ec6fe0

Please sign in to comment.