wfu-migrate 0.1.2 → 0.1.3

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
@@ -17,7 +17,7 @@ import { envMigrateCommand } from './commands/env-migrate.js';
17
17
  import { configCommand } from './commands/config.js';
18
18
  import { doctorCommand } from './commands/doctor.js';
19
19
  import { cleanupCommand } from './commands/cleanup.js';
20
- const VERSION = '0.1.0';
20
+ const VERSION = '0.1.3';
21
21
  program
22
22
  .name('wfu-migrate')
23
23
  .description('CLI tool for migrating WordPress multisite databases between WFU environments')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wfu-migrate",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "CLI tool for migrating WordPress multisite databases between Wake Forest University environments",
5
5
  "main": "dist/index.js",
6
6
  "bin": {