Skip to content

Commit cbbf9c5

Browse files
Merge pull request #640 from morinted/3.1.0
Release 3.1.0
2 parents 814e0d9 + 4dc5215 commit cbbf9c5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

linux/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,15 @@ To run from source, use: `./launch.sh`.
6060

6161
A self-contained executable egg can be created with: `./setup.py bdist_egg`. The egg will be created in `dist`, `chmod +x` it and you can run Plover directly from it:
6262

63-
`chmod +x dist/Plover-3.0.0-py2.7.egg && ./dist/Plover-3.0.0-py2.7.egg`
63+
`chmod +x dist/plover-3.1.0-py2.7.egg && ./dist/plover-3.1.0-py2.7.egg`
6464

6565
Note: the egg file can be moved, but it cannot however be renamed (as the package version is encoded in the name).
6666

6767
### Using a wheel file with pip
6868

6969
A wheel file can be created with: `./setup.py bdist_wheel`. The resulting file can then be installed using pip, e.g. for a user install:
7070

71-
`pip2 install dist/Plover-3.0.0-py2-none-any.whl`
71+
`pip2 install dist/plover-3.1.0-py2.py3-none-any.whl`
7272

7373
### Using `setup.py`
7474

osx/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ After each build, you need to approve Plover as an Assistive Device:
3939

4040
Now you can run the app by double-clicking on it or by using open(1):
4141

42-
`open dist/Plover.app`
42+
`open dist/plover.app`
4343

4444
### Dev Workaround: run as `root`
4545

plover/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
"""Plover: Open Source Stenography Software"""
55

6-
__version__ = '3.0.0'
6+
__version__ = '3.1.0'
77
__copyright__ = '(C) Open Steno Project'
88
__url__ = 'http://www.openstenoproject.org/'
99
__download_url__ = 'http://www.openstenoproject.org/plover'

0 commit comments

Comments
 (0)