Skip to content

Commit

Permalink
V0.4.0 (#97)
Browse files Browse the repository at this point in the history
* formatting

* add openapi entry for v0.4.0
  • Loading branch information
ralexstokes authored Jan 19, 2024
1 parent 3ef0bd6 commit 5839886
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
height: 68px;
/* Width of new image */
}

</style>
<link rel="icon" type="image/png" href="./dist/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="./dist/favicon-16x16.png" sizes="16x16" />
Expand All @@ -34,7 +33,6 @@
margin: 0;
background: #fafafa;
}

</style>
</head>

Expand All @@ -48,6 +46,7 @@
// Begin Swagger UI call region
const ui = SwaggerUIBundle({
urls: [
{ url: "./releases/v0.4.0/builder-oapi.json", name: "v0.4.0" },
{ url: "./releases/v0.3.0/builder-oapi.json", name: "v0.3.0" },
{ url: "./releases/v0.2.0/builder-oapi.json", name: "v0.2.0" },
{ url: "./releases/v0.1.0/builder-oapi.json", name: "v0.1.0" },
Expand Down

0 comments on commit 5839886

Please sign in to comment.