diff --git a/docs/README.md b/docs/README.md index 20c762f..9813d5c 100644 --- a/docs/README.md +++ b/docs/README.md @@ -471,7 +471,7 @@ Fetch a list of available or installed packages that can be or have been install | Name | Type | Description | | :------ | :------ | :------ | -| `options?` | `Object` | If `ìnstalled` is true, fetch a list of all installed packages (instead of ones available for install). | +| `options?` | `Object` | If `ìnstalled` is true, fetch a list of all installed packages (instead of ones available for install). Defaults to `false`. | | `options.installed` | `boolean` | - | #### Returns diff --git a/package.json b/package.json index 25325a3..3850e4a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "andromatic", - "version": "1.1.1", + "version": "1.1.2", "description": "Automate the installation and running of the Android developer tools on Windows, macOS, and Linux. Create Android emulators.", "bugs": "https://github.com/tweaselORG/andromatic/issues", "repository": {