Skip to content

Commit

Permalink
release: v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Gcaufy committed May 3, 2020
1 parent 3bfbc89 commit 027e537
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion install
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

set -e

VERSION="1.0.4"
VERSION="1.0.5"
SHELLS="bash zsh fish"
PREFIX="${HOME}/.sshman"

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sshman",
"version": "1.0.4",
"version": "1.0.5",
"description": "A shell script to manage all your ssh config",
"main": "sshman",
"scripts": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"verpub": "^0.1.2"
},
"readme": "ERROR: No README data found!",
"_id": "sshman@1.0.4",
"_id": "sshman@1.0.5",
"verpub": {
"publish": false,
"files": [
Expand All @@ -44,5 +44,5 @@
],
"tag": "v{version}"
},
"_commitid": "b3980c2"
"_commitid": "3bfbc89"
}
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.4
1.0.5

0 comments on commit 027e537

Please sign in to comment.