diff --git a/package.json b/package.json index a9c3cd8..c1787f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "shellshare", - "version": "1.0.4", + "version": "1.1.0", "private": true, "engines": { "node": "4.2.x" diff --git a/public/bin/shellshare b/public/bin/shellshare index f8e6d1d..2609ebe 100755 --- a/public/bin/shellshare +++ b/public/bin/shellshare @@ -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)'),