epoch-tui 0.1.9 → 0.1.10
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/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1956,7 +1956,7 @@ var TaskMoveService = class {
|
|
|
1956
1956
|
var taskMoveService = new TaskMoveService();
|
|
1957
1957
|
|
|
1958
1958
|
// src/utils/version.ts
|
|
1959
|
-
var CURRENT_VERSION = "0.1.
|
|
1959
|
+
var CURRENT_VERSION = "0.1.9";
|
|
1960
1960
|
var PACKAGE_NAME = "epoch-tui";
|
|
1961
1961
|
async function checkForUpdate() {
|
|
1962
1962
|
try {
|