@magpiecloud/mags 1.5.0 → 1.5.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.
Files changed (2) hide show
  1. package/bin/mags.js +1 -1
  2. package/package.json +1 -1
package/bin/mags.js CHANGED
@@ -1082,7 +1082,7 @@ async function main() {
1082
1082
  break;
1083
1083
  case '--version':
1084
1084
  case '-v':
1085
- console.log('mags v1.4.3');
1085
+ console.log('mags v1.5.1');
1086
1086
  process.exit(0);
1087
1087
  break;
1088
1088
  case 'new':
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magpiecloud/mags",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "description": "Mags CLI - Execute scripts on Magpie's instant VM infrastructure",
5
5
  "main": "index.js",
6
6
  "bin": {