Skip to content

Commit

Permalink
v1.0.18 (#60)
Browse files Browse the repository at this point in the history
* Removed nocodb image

* Quick fix for no installations
  • Loading branch information
andrasbacsai authored Jun 10, 2021
1 parent 53620f4 commit 05e5d73
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "coolify",
"description": "An open-source, hassle-free, self-hostable Heroku & Netlify alternative.",
"version": "1.0.17",
"version": "1.0.18",
"license": "AGPL-3.0",
"scripts": {
"dev:docker:start": "docker-compose -f docker-compose-dev.yml up -d",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Application/Configuration.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
return false;
}
if (installations.length === 0) {
relogin = true;
loading.github = false;
return false;
}
$application.github.installation.id = installations[0].id;
Expand Down
Binary file removed static/nocodb.png
Binary file not shown.

0 comments on commit 05e5d73

Please sign in to comment.