diff --git a/README.md b/README.md index c0cc2f1..2e45fa7 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ If you're going to use a file with a name other than `config.yml`, you will need $ docker run --rm -it -v "$PWD"/my_config.yml:/usr/src/app/config/config.yml:ro mtakaki/cachet-url-monitor ``` -## Generating configuration from existing CachetHQ instance (since 0.6.1) +## Generating configuration from existing CachetHQ instance (since 0.6.2) In order to expedite the creation of your configuration file, you can use the client to automatically scrape the CachetHQ instance and spit out a YAML file. It can be used like this: ```bash diff --git a/setup.py b/setup.py index a40b352..9fbc78b 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup(name='cachet-url-monitor', - version='0.6.1', + version='0.6.2', description='Cachet URL monitor plugin', author='Mitsuo Takaki', author_email='mitsuotakaki@gmail.com',