diff --git a/README.md b/README.md index 6019b9f6..e73a3b6a 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ To install the migration tool, you must: 2. Run the `composer config` and `composer require` commands to update `composer.json`. -3. When prompted, enter your authentication keys. Your public key is your username; your private key is your password. +3. When prompted, enter your authentication keys. Your public key is your username; your private key is your password. To update `composer.json`: @@ -107,4 +107,4 @@ To update `composer.json`: 5. Wait while dependencies are installed. ## More details -See the Migration Guide for the detailed help with your data migration process. \ No newline at end of file +See the Migration Guide for the detailed help with your data migration process. diff --git a/composer.json b/composer.json index 05fec158..6406058d 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "magento/data-migration-tool", "description": "Migration Tool", - "version": "2.4.2", + "version": "2.4.3", "require": { "symfony/console": "~4.4.0", "magento/framework": "*",