Skip to content

Commit 6ec999e

Browse files
committed
version bump 1.0.5
1 parent be4e57e commit 6ec999e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.rst

+6-6
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,19 @@ For Ubuntu and derivates just use this ppa::
2727

2828
For other debian based distributions download this debian package and install manually:
2929

30-
`python-luckyluks_1.0.1-1_all.deb <https://github.com/jas-per/luckyLUKS/releases/download/v1.0.1/python-luckyluks_1.0.1-1_all.deb>`_
30+
`python-luckyluks_1.0.5-1_all.deb <https://github.com/jas-per/luckyLUKS/releases/download/v1.0.5/python-luckyluks_1.0.5-1_all.deb>`_
3131

3232
On other distriubutions you can use the following zip-packaged python file:
3333

34-
`luckyLUKS-1.0.1 <https://github.com/jas-per/luckyLUKS/releases/download/v1.0.1/luckyLUKS-1.0.1>`_
34+
`luckyLUKS-1.0.5 <https://github.com/jas-per/luckyLUKS/releases/download/v1.0.5/luckyLUKS-1.0.5>`_
3535

3636
This file contains all resources and can be executed directly by the python intepreter. Place in :code:`/usr/bin` and change ownership to root::
3737

38-
> sudo mv luckyLUKS-1.0.1 /usr/bin/
39-
> sudo chown root:root /usr/bin/luckyLUKS-1.0.1
40-
> sudo chmod 755 /usr/bin/luckyLUKS-1.0.1
38+
> sudo mv luckyLUKS-1.0.5 /usr/bin/
39+
> sudo chown root:root /usr/bin/luckyLUKS-1.0.5
40+
> sudo chmod 755 /usr/bin/luckyLUKS-1.0.5
4141

42-
Then start with :code:`luckyLUKS-1.0.1` on the command line or create a desktop shortcut manually.
42+
Then start with :code:`luckyLUKS-1.0.5` on the command line or create a desktop shortcut manually.
4343

4444
Dependencies
4545
------------

luckyLUKS/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
VERSION_STRING = '1.0.3'
1+
VERSION_STRING = '1.0.5'
22
PROJECT_URL = 'https://github.com/jas-per/luckyLUKS'

0 commit comments

Comments
 (0)