@heetmehta18/autodev 0.3.1 → 0.3.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/index.js +1 -1
  2. package/package.json +1 -1
package/bin/index.js CHANGED
@@ -154,7 +154,7 @@ async function downloadBinary() {
154
154
  console.log(`[autodev] Downloading from: ${url}`);
155
155
  await download(url, tempFile);
156
156
  } catch (err) {
157
- const stableFallback = "v0.3.0";
157
+ const stableFallback = "v0.3.2";
158
158
  if (version !== stableFallback) {
159
159
  console.warn(
160
160
  `\n[autodev] Failed to download version ${version}: ${err.message}`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@heetmehta18/autodev",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "The App Store for Developers. Install languages, frameworks, and databases with a single command.",
5
5
  "main": "bin/index.js",
6
6
  "bin": {