@chronoter/main 0.1.1 → 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.
- package/dist/cli.js +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -1633,7 +1633,7 @@ var runVersionCheck = async (packageName, currentVersion) => {
|
|
|
1633
1633
|
}
|
|
1634
1634
|
};
|
|
1635
1635
|
var PACKAGE_NAME = "chronoter";
|
|
1636
|
-
var CURRENT_VERSION = "0.1.
|
|
1636
|
+
var CURRENT_VERSION = "0.1.3";
|
|
1637
1637
|
var createCliProgram = () => {
|
|
1638
1638
|
const program = new Command();
|
|
1639
1639
|
program.name("chronoter").description("Chronoter - MDX-based documentation site generator").version(CURRENT_VERSION);
|