Skip to content

Commit

Permalink
v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
areknawo committed Feb 29, 2024
1 parent 14a17cb commit b291c70
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/backend/api/src/index.ts
Expand Up @@ -32,7 +32,7 @@ import {
generateOpenApiDocument(appRouter, {
baseUrl: server.config.PUBLIC_API_URL,
title: "Vrite API",
version: "0.4.0"
version: "0.4.1"
})
);
});
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "vrite",
"version": "0.4.0",
"version": "0.4.1",
"license": "AGPL-3.0-only",
"private": true,
"workspaces": [
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/javascript/package.json
@@ -1,6 +1,6 @@
{
"name": "@vrite/sdk",
"version": "0.4.0",
"version": "0.4.1",
"private": false,
"description": "JavaScript SDK and API client for Vrite - open-source developer content platform",
"license": "MIT",
Expand Down

0 comments on commit b291c70

Please sign in to comment.