tessl 0.104.0 → 0.105.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
@@ -572,7 +572,7 @@ async function main() {
572
572
  printUnsupportedPlatformMessage();
573
573
  process.exit(1);
574
574
  }
575
- const installerVersion = "0.104.0";
575
+ const installerVersion = "0.105.0";
576
576
  const path = await prepareBinary({
577
577
  installerVersion,
578
578
  platform,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tessl",
3
- "version": "0.104.0",
3
+ "version": "0.105.0",
4
4
  "description": "Tessl CLI",
5
5
  "author": "Tessl",
6
6
  "license": "SEE LICENSE.md",