@tessl/cli 0.64.0 → 0.65.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
@@ -238,7 +238,7 @@ function printUnsupportedPlatformMessage() {
238
238
  async function prepareBinary() {
239
239
  const symlinkPath = getSymlinkPath();
240
240
  const symlinkTarget = await getExistingBinaryPath(symlinkPath);
241
- const installerVersion = "0.64.0";
241
+ const installerVersion = "0.65.0";
242
242
  const isTestOrDevBuild = installerVersion.includes("test") || installerVersion.includes("dev");
243
243
  let symlinkMismatch = false;
244
244
  if (isTestOrDevBuild && symlinkTarget) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tessl/cli",
3
- "version": "0.64.0",
3
+ "version": "0.65.0",
4
4
  "description": "Tessl CLI",
5
5
  "author": "Tessl",
6
6
  "license": "SEE LICENSE.md",