Skip to content

Commit 5394707

Browse files
committed
Bump version to 1.0.2
This fixes "shellshare" to work with Python 3.
1 parent 5f2cde0 commit 5394707

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shellshare",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"private": true,
55
"engines": {
66
"node": "4.2.x"

public/bin/shellshare

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def parse_args():
120120
description = 'Transmits the current shell to shellshare'
121121
parser = argparse.ArgumentParser(description=description)
122122
parser.add_argument('-v', '--version', action='version',
123-
version='%(prog)s 1.0.1')
123+
version='%(prog)s 1.0.2')
124124
parser.add_argument('-s', '--server', dest='server',
125125
help=('shellshare instance URL'
126126
' (default: shellshare.net)'),

0 commit comments

Comments
 (0)