Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorbaptista committed Aug 27, 2020
1 parent ace1d7c commit 834dbdf
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": "shellshare",
"version": "1.0.4",
"version": "1.1.0",
"private": true,
"engines": {
"node": "4.2.x"
Expand Down
2 changes: 1 addition & 1 deletion public/bin/shellshare
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def parse_args():
description = 'Transmits the current shell to shellshare'
parser = argparse.ArgumentParser(description=description)
parser.add_argument('-v', '--version', action='version',
version='%(prog)s 1.0.4')
version='%(prog)s 1.1.0')
parser.add_argument('-s', '--server', dest='server',
help=('shellshare instance URL'
' (default: https://shellshare.net)'),
Expand Down

0 comments on commit 834dbdf

Please sign in to comment.