@mriqbox/ui-kit 3.3.0 → 3.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/bin/cli.js CHANGED
@@ -173,7 +173,7 @@ async function checkDependencies(filePath, installDir) {
173
173
  program
174
174
  .name('mri-ui')
175
175
  .description('Add Mri UI components to your project')
176
- .version('3.3.0');
176
+ .version('3.3.1');
177
177
 
178
178
  program
179
179
  .command('add <component>')