Skip to content

Commit

Permalink
updating version to 0.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ardan-bkennedy committed Sep 26, 2024
1 parent a79758a commit dd137a0
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.0",
"version": "0.26.1",
"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.0';
const version = '0.26.1';

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

0 comments on commit dd137a0

Please sign in to comment.