Skip to content

Commit

Permalink
Release 2.5.2-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mosoriob committed Jul 1, 2020
1 parent b70f01f commit aa25766
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@mintproject/modelcatalog_client",
"version": "2.5.1-dev",
"version": "2.5.2-dev",
"description": "OpenAPI client for @mintproject/modelcatalog_client",
"author": "OpenAPI-Generator",
"main": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/runtime.ts
Expand Up @@ -12,7 +12,7 @@
*/


export const BASE_PATH = "https://dev.api.models.mint.isi.edu/v1.5.0".replace(/\/+$/, "");
export const BASE_PATH = "https://api.models.mint.isi.edu/v1.5.0".replace(/\/+$/, "");

const isBlob = (value: any) => typeof Blob !== 'undefined' && value instanceof Blob;

Expand Down

0 comments on commit aa25766

Please sign in to comment.