diff --git a/README.md b/README.md index 6a2d7637..b943fea4 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ Generates and compares OCLIF plugins snapshot files +- [@oclif/plugin-command-snapshot](#oclifplugin-command-snapshot) - [Usage](#usage) - [generates a snapshot file that has a list or commands and flags in the current CLI or plugin](#generates-a-snapshot-file-that-has-a-list-or-commands-and-flags-in-the-current-cli-or-plugin) - [compare the current CLI or plugin commands and flags with a snapshot file to identify changes](#compare-the-current-cli-or-plugin-commands-and-flags-with-a-snapshot-file-to-identify-changes) diff --git a/package.json b/package.json index a1bf62b7..8be097c5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/plugin-command-snapshot", "description": "generates and compares OCLIF plugins snapshot files", - "version": "4.0.15", + "version": "4.0.16-dev.0", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-command-snapshot/issues", "dependencies": {