diff --git a/README.md b/README.md index d0e9844..6a2d4bb 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ To download a specific version of a project: $ mergin --username john download --version v42 john/project1 ~/mergin/project1 ``` -To download a sepecific version of a single file: +To download a specific version of a single file: 1. First you need to download the project: ``` diff --git a/setup.py b/setup.py index 25b80b0..44ec72e 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ platforms="any", install_requires=[ "python-dateutil==2.8.2", - "pygeodiff==2.1.2", + "pygeodiff==2.2.0", "pytz==2022.1", "click==8.1.3", ],