Skip to content

Commit

Permalink
chore: bump to v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aarushthukral committed Mar 24, 2023
1 parent e70296e commit 319dbca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "Liftoff",
"version": "0.1.0"
"version": "0.1.1"
},
"tauri": {
"allowlist": {
Expand Down
2 changes: 0 additions & 2 deletions src/lib/space.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ export async function makeRequest<T>(
throw new Error(`Request failed with status ${res.status}: ${res.statusText}`);
}

console.log(res);

return res.json();
}

Expand Down

0 comments on commit 319dbca

Please sign in to comment.