Skip to content

Commit

Permalink
Release v1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bigabig committed Oct 1, 2024
1 parent 0ef246a commit d96fcc5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.5
version: 1.0.6
2 changes: 1 addition & 1 deletion frontend/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 frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "1.0.5",
"version": "1.0.6",
"private": true,
"type": "module",
"scripts": {
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 @@ -21,7 +21,7 @@ export type OpenAPIConfig = {

export const OpenAPI: OpenAPIConfig = {
BASE: "",
VERSION: "1.0.5",
VERSION: "1.0.6",
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.5" },
"info": { "title": "Discourse Analysis Tool Suite API", "version": "1.0.6" },
"paths": {
"/heartbeat": {
"get": {
Expand Down

0 comments on commit d96fcc5

Please sign in to comment.