Skip to content

Commit

Permalink
Release v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bigabig committed Feb 11, 2024
1 parent 85161f9 commit 25522bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.1
version: 1.0.2
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.1",
"version": "1.0.2",
"private": true,
"dependencies": {
"@emotion/react": "^11.9.0",
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.1" },
"info": { "title": "Discourse Analysis Tool Suite API", "version": "1.0.2" },
"paths": {
"/heartbeat": {
"get": {
Expand Down

0 comments on commit 25522bf

Please sign in to comment.