Skip to content

Commit

Permalink
Release v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bigabig committed May 3, 2024
1 parent 2d6101e commit e29dfd8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion backend/src/configs/version.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
api:
version: 1.0.2
version: 1.0.3
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "1.0.2",
"version": "1.0.3",
"private": true,
"dependencies": {
"@emotion/react": "^11.9.0",
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/api/openapi/core/OpenAPI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export type OpenAPIConfig = {

export const OpenAPI: OpenAPIConfig = {
BASE: "",
VERSION: "1.0.2",
VERSION: "1.0.3",
WITH_CREDENTIALS: false,
CREDENTIALS: "include",
TOKEN: undefined,
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/openapi.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"openapi": "3.1.0",
"info": { "title": "Discourse Analysis Tool Suite API", "version": "1.0.2" },
"info": { "title": "Discourse Analysis Tool Suite API", "version": "1.0.3" },
"paths": {
"/heartbeat": {
"get": {
Expand Down

0 comments on commit e29dfd8

Please sign in to comment.