tessl 0.97.0 → 0.99.0

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/tessl.js +1 -1
  2. package/package.json +1 -1
package/bin/tessl.js CHANGED
@@ -481,7 +481,7 @@ function printUnsupportedPlatformMessage() {
481
481
  async function prepareBinary() {
482
482
  const tesslBinPath = getTesslBinPath();
483
483
  const existingBinary = await getExistingBinaryPath(tesslBinPath);
484
- const installerVersion = "0.97.0";
484
+ const installerVersion = "0.99.0";
485
485
  const isTestOrDevBuild = installerVersion.includes("test") || installerVersion.includes("dev");
486
486
  let versionMismatch = false;
487
487
  if (isTestOrDevBuild && existingBinary) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tessl",
3
- "version": "0.97.0",
3
+ "version": "0.99.0",
4
4
  "description": "Tessl CLI",
5
5
  "author": "Tessl",
6
6
  "license": "SEE LICENSE.md",