Skip to content

Commit

Permalink
upgrading version
Browse files Browse the repository at this point in the history
  • Loading branch information
ardan-bkennedy committed Sep 27, 2024
1 parent 2e59f7a commit b233276
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"type": "module",
"name": "predictionguard",
"author": "Prediction Guard",
"version": "0.26.1",
"version": "0.27.0",
"license": "Apache 2.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/api_client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import fetch from 'node-fetch';
import * as sse from 'fetch-sse';
import * as model from './api_model.js';

const version = '0.26.1';
const version = '0.27.0';

/** Client provides access the PredictionGuard API. */
export class Client {
Expand Down

0 comments on commit b233276

Please sign in to comment.