Skip to content

Commit

Permalink
Version 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cyanomiko committed Oct 28, 2023
1 parent 4c64bbc commit 5dd411a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.9.1

* Fix command injection vulnerability

## 0.9.0

* Sync single files
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ From git repository:
git clone https://github.com/cyanomiko/dcnnt-py.git
cd dcnnt-py
python3 setup.py sdist bdist_wheel
pip3 install dist/dcnnt-0.9.0-py3-none-any.whl
pip3 install dist/dcnnt-0.9.1-py3-none-any.whl

From PyPI:

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setuptools.setup(
name='dcnnt',
version='0.9.0',
version='0.9.1',
author='cyanomiko',
author_email='cyanomiko@protonmail.com',
description='UI-less tool to connect Android phone with desktop',
Expand Down

0 comments on commit 5dd411a

Please sign in to comment.