Skip to content

Commit b57bef6

Browse files
committed
feat: add functionality to remove external db and storage configs
1 parent 5d17651 commit b57bef6

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

backend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "urbackend",
3-
"version": "1.0.0",
3+
"version": "0.1.0",
44
"description": "a web BAAS application",
55
"main": "app.js",
66
"scripts": {
@@ -29,4 +29,4 @@
2929
"jest": "^30.2.0",
3030
"supertest": "^7.1.4"
3131
}
32-
}
32+
}

frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "frontend",
33
"private": true,
4-
"version": "0.0.0",
4+
"version": "0.1.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -36,4 +36,4 @@
3636
"globals": "^16.5.0",
3737
"vite": "^7.2.4"
3838
}
39-
}
39+
}

frontend/src/pages/LandingPage/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ function LandingPage() {
145145

146146
<div className="hero-section">
147147
<div className="hero-pill">
148-
<Zap size={14} fill="currentColor" /> Public Alpha v1.1
148+
<Zap size={14} fill="currentColor" /> Public Alpha v0.1.0
149149
</div>
150150

151151
<h1 className="hero-heading">

0 commit comments

Comments
 (0)