Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
talyguryn committed Jun 15, 2021
1 parent 68a8eee commit 4bf6745
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.0.0",
"version": "1.0.1",
"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 @@ -6,7 +6,7 @@ const config = require('./actions/config');
const path = require('path');

const NAME = 'SSH Quick Connect';
const VERSION = 'v1.0.0';
const VERSION = '1.0.1';

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

Expand Down

0 comments on commit 4bf6745

Please sign in to comment.