@snowieedev/shipkit 1.2.1 → 1.2.2

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -26,7 +26,7 @@ const displayBanner = () => {
26
26
  program
27
27
  .name('shipkit')
28
28
  .description('ShipKit CLI\n\nBuild Faster. Ship Smarter.')
29
- .version('1.0.0', '-v, --version', 'Display CLI version')
29
+ .version('1.2.2', '-v, --version', 'Display CLI version')
30
30
  .helpOption('-h, --help', 'Display help information');
31
31
  program.addHelpText('beforeAll', () => {
32
32
  displayBanner();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snowieedev/shipkit",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "The command line interface for ShipKit - Build Faster. Ship Smarter.",
5
5
  "main": "dist/index.js",
6
6
  "files": [