10 Commits

2 changed files with 3 additions and 2 deletions

View File

@@ -35,7 +35,8 @@ These formats are supported for now: `http`, `curl`, `wget`.
## Install and upgrade ## Install and upgrade
``` ```
composer global r axenov/pm-convert composer global r axenov/pm-convert # install
composer global u axenov/pm-convert # upgrade
``` ```
Make sure your `~/.config/composer/vendor/bin` is in `$PATH` env: Make sure your `~/.config/composer/vendor/bin` is in `$PATH` env:

View File

@@ -21,7 +21,7 @@ class Processor
/** /**
* Converter version * Converter version
*/ */
public const VERSION = '1.2.4'; public const VERSION = '1.3.0';
/** /**
* @var string[] Paths to collection files * @var string[] Paths to collection files