Skip to content

Commit

Permalink
release: v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Gcaufy committed Feb 22, 2020
1 parent ae0c049 commit 1a5e64a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
17 changes: 10 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sshman",
"version": "1.0.0",
"version": "1.0.1",
"description": "A shell script to manage all your ssh config",
"main": "sshman",
"scripts": {
Expand Down Expand Up @@ -28,13 +28,16 @@
"verpub": "^0.1.2"
},
"readme": "ERROR: No README data found!",
"_id": "sshman@1.0.0",
"_id": "sshman@1.0.1",
"verpub": {
"publish": false,
"files": [{
"file": "sshman",
"expected": 1
}],
"files": [
{
"file": "sshman",
"expected": 1
}
],
"tag": "v{version}"
}
},
"_commitid": "ae0c049"
}
2 changes: 1 addition & 1 deletion sshman
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ function login(){

function version () {
echo
echo " v1.0.0"
echo " v1.0.1"
echo
}

Expand Down

0 comments on commit 1a5e64a

Please sign in to comment.