tessl 0.81.0 → 0.81.2

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
@@ -327,7 +327,7 @@ function printUnsupportedPlatformMessage() {
327
327
  async function prepareBinary() {
328
328
  const tesslBinPath = getTesslBinPath();
329
329
  const existingBinary = await getExistingBinaryPath(tesslBinPath);
330
- const installerVersion = "0.81.0";
330
+ const installerVersion = "0.81.2";
331
331
  const isTestOrDevBuild = installerVersion.includes("test") || installerVersion.includes("dev");
332
332
  let versionMismatch = false;
333
333
  if (isTestOrDevBuild && existingBinary) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tessl",
3
- "version": "0.81.0",
3
+ "version": "0.81.2",
4
4
  "description": "Tessl CLI",
5
5
  "author": "Tessl",
6
6
  "license": "SEE LICENSE.md",