Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
talyguryn committed Aug 6, 2021
1 parent 689f795 commit e20c1fc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ Quick links for servers and sites.

## Configuration

Config file path: `~/Library/Application Support/ssh-quick-connect/config.js`

It is a js file with an exported list.

Config is a list of objects with `type` and `options`.

Available types:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ssh-quick-connect",
"version": "1.1.0",
"version": "1.1.2",
"description": "SSH login helper tray app for macOS",
"main": "src/index.js",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const checkInternetConnected = require('check-internet-connected');
* @todo Need to get this from package.json
*/
const NAME = 'SSH Quick Connect';
const VERSION = '1.1.0';
const VERSION = '1.1.2';

const checkSite = require('./utils/checkSite');

Expand Down

0 comments on commit e20c1fc

Please sign in to comment.