Skip to content

Commit 8ccc0bc

Browse files
Merge pull request #4 from superdd-coder/chore/release-1.0.2
chore: bump version to 1.0.2
2 parents 966e3d2 + 0b58080 commit 8ccc0bc

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "frontend",
33
"private": true,
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "sinkduce"
3-
version = "1.0.1"
3+
version = "1.0.2"
44
description = "One-click deployable RAG Agent system"
55
license = { text = "AGPL-3.0-or-later" }
66
requires-python = ">=3.11"

src/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ async def lifespan(app: FastAPI):
6262
await task_manager.stop()
6363

6464

65-
app = FastAPI(title="SinkDuce", version="1.0.1", lifespan=lifespan)
65+
app = FastAPI(title="SinkDuce", version="1.0.2", lifespan=lifespan)
6666

6767
# CORS for development
6868
app.add_middleware(

0 commit comments

Comments
 (0)