@todesktop/cli 1.19.0-2 → 1.19.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.
package/README.md CHANGED
@@ -840,7 +840,7 @@ when creating your `BrowserWindow`s.
840
840
 
841
841
  #### `linux.imageVersion` - (optional) string
842
842
 
843
- Default: `0.0.11`
843
+ Default: `0.0.12`
844
844
 
845
845
  Example: `0.1.0`
846
846
 
package/dist/cli.js CHANGED
@@ -2757,7 +2757,7 @@ var schema_default = {
2757
2757
  minLength: 1,
2758
2758
  description: "The version of the Linux image that ToDesktop should use to build your app.",
2759
2759
  examples: ["0.1.0"],
2760
- default: "0.0.11"
2760
+ default: "0.0.12"
2761
2761
  },
2762
2762
  noSandbox: {
2763
2763
  type: "boolean",