Skip to content

Commit e6dcded

Browse files
committed
Release 0.16.0
- #83 @dependabot chore(deps): bump golang from 1.17.7-buster to 1.17.8-buster - #86 @dependabot chore(deps): bump golang from 1.17.8-buster to 1.18.1-buster - #87 @josegonzalez Publish package for Ubuntu 22.04
1 parent 6fa86b3 commit e6dcded

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ MAINTAINER_NAME = Jose Diaz-Gonzalez
66
REPOSITORY = sshcommand
77
HARDWARE = $(shell uname -m)
88
SYSTEM_NAME = $(shell uname -s | tr '[:upper:]' '[:lower:]')
9-
BASE_VERSION ?= 0.15.0
9+
BASE_VERSION ?= 0.16.0
1010
IMAGE_NAME ?= $(MAINTAINER)/$(REPOSITORY)
1111
PACKAGECLOUD_REPOSITORY ?= dokku/dokku-betafish
1212

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
22
"name": "sshcommand",
3-
"version": "0.15.0",
3+
"version": "0.16.0",
44
"description": "Turn SSH into a thin client specifically for your app",
55
"global": "true",
66
"install": "cp sshcommand /usr/local/bin && chmod +x /usr/local/bin/sshcommand",
7-
"scripts": [ "sshcommand" ]
8-
}
9-
7+
"scripts": [
8+
"sshcommand"
9+
]
10+
}

0 commit comments

Comments
 (0)