Skip to content

Commit ad55e3a

Browse files
authored
Merge pull request #440 from DEEIX-AI/version
chore: bump version to 0.3.1
2 parents 5f87ee3 + 4344595 commit ad55e3a

7 files changed

Lines changed: 8 additions & 8 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.0
1+
0.3.1

backend/cmd/server/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
)
1010

1111
// @title DEEIX Chat API
12-
// @version 0.3.0
12+
// @version 0.3.1
1313
// @description DEEIX Chat 后端 API 文档
1414
// @BasePath /api/v1
1515
// @securityDefinitions.apikey BearerAuth

backend/docs/docs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17899,7 +17899,7 @@ const docTemplate = `{
1789917899

1790017900
// SwaggerInfo holds exported Swagger Info so clients can modify it
1790117901
var SwaggerInfo = &swag.Spec{
17902-
Version: "0.3.0",
17902+
Version: "0.3.1",
1790317903
Host: "",
1790417904
BasePath: "/api/v1",
1790517905
Schemes: []string{},

backend/docs/swagger.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "DEEIX Chat 后端 API 文档",
55
"title": "DEEIX Chat API",
66
"contact": {},
7-
"version": "0.3.0"
7+
"version": "0.3.1"
88
},
99
"basePath": "/api/v1",
1010
"paths": {
@@ -17888,4 +17888,4 @@
1788817888
"in": "header"
1788917889
}
1789017890
}
17891-
}
17891+
}

backend/docs/swagger.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5148,7 +5148,7 @@ info:
51485148
contact: {}
51495149
description: DEEIX Chat 后端 API 文档
51505150
title: DEEIX Chat API
5151-
version: 0.3.0
5151+
version: "0.3.1"
51525152
paths:
51535153
/admin/announcements:
51545154
get:

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "deeix-chat",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"private": true,
55
"packageManager": "pnpm@10.17.0",
66
"pnpm": {

frontend/public/sw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const PWA_ASSET_VERSION = "0.3.0";
1+
const PWA_ASSET_VERSION = "0.3.1";
22
const PWA_ASSET_CACHE_KEY = "632cb83037d9";
33
const PWA_ASSET_MANIFEST = {
44
"/pwa/icon.svg": "/pwa/generated/icon.fe1d64d9758c.svg",

0 commit comments

Comments
 (0)