@tessl/cli 0.71.0 → 0.72.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
@@ -265,7 +265,7 @@ function printUnsupportedPlatformMessage() {
265
265
  async function prepareBinary() {
266
266
  const symlinkPath = getSymlinkPath();
267
267
  const symlinkTarget = await getExistingBinaryPath(symlinkPath);
268
- const installerVersion = "0.71.0";
268
+ const installerVersion = "0.72.0";
269
269
  const isTestOrDevBuild = installerVersion.includes("test") || installerVersion.includes("dev");
270
270
  let symlinkMismatch = false;
271
271
  if (isTestOrDevBuild && symlinkTarget) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tessl/cli",
3
- "version": "0.71.0",
3
+ "version": "0.72.0",
4
4
  "description": "Tessl CLI",
5
5
  "author": "Tessl",
6
6
  "license": "SEE LICENSE.md",