Skip to content

Commit

Permalink
chore: updated version - 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianmusial committed Oct 15, 2024
1 parent 1441071 commit ddd6f72
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/api/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ async function bootstrap() {
const globalPrefix = 'api';
const config = new DocumentBuilder()
.setTitle('@boldare/openai-assistant')
.setVersion('1.2.0')
.setVersion('1.2.1')
.build();
const document = SwaggerModule.createDocument(app, config);

Expand Down
2 changes: 1 addition & 1 deletion libs/openai-assistant/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@boldare/openai-assistant",
"description": "NestJS library for building chatbot solutions based on the OpenAI Assistant API",
"version": "1.2.0",
"version": "1.2.1",
"private": false,
"dependencies": {
"tslib": "^2.6.3",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boldare/source",
"version": "1.2.0",
"version": "1.2.1",
"license": "MIT",
"scripts": {
"set-env": "ts-node libs/ai-embedded/set-env.mjs",
Expand Down

0 comments on commit ddd6f72

Please sign in to comment.