diff --git a/README.md b/README.md index a9990e3..b96eb77 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ This tool regularly checks if people are still alive according to Wikipedia, and * [PHP cURL](https://www.php.net/manual/en/book.curl.php) (i.e. `apt install php-curl`) * [PHP DOM](https://www.php.net/manual/en/book.dom.php) (i.e. `apt install php-dom`) * [PHP SQLite 3](https://www.php.net/manual/en/book.sqlite3.php) (i.e. `apt install php-sqlite3`) -* [composer](https://getcomposer.org/) +* [composer](https://getcomposer.org/) (make sure `composer.phar` is on your path) * [npm](https://www.npmjs.com/) ### Setting up diff --git a/composer.json b/composer.json index c231225..db87f8a 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "fwdekker/death-notifier", "description": "Get notified when a famous person dies.", - "version": "0.14.9", + "version": "0.14.10", "_comment_version": "Also update version in `package.json`!", "type": "project", "license": "MIT", diff --git a/composer.lock b/composer.lock index 18f92a6..03639c0 100644 Binary files a/composer.lock and b/composer.lock differ diff --git a/package-lock.json b/package-lock.json index 3d8d0a1..eb2bfe9 100644 Binary files a/package-lock.json and b/package-lock.json differ diff --git a/package.json b/package.json index c9bc262..ed5d70e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "death-notifier", - "version": "0.14.9", "_comment_version": "Also update version in `composer.json`!", + "version": "0.14.10", "_comment_version": "Also update version in `composer.json`!", "description": "Get notified when a famous person dies.", "author": "Florine W. Dekker", "browser": "dist/bundle.js",