Skip to content

Commit 17dd9f5

Browse files
author
FalkWolsky
committed
Adapting Versions
1 parent 3cf5037 commit 17dd9f5

File tree

5 files changed

+6020
-10645
lines changed

5 files changed

+6020
-10645
lines changed

app.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lowcoder",
3-
"description": "An all-in-one IDE to create internal or customer-facing apps. · Visual UI builder with 50+ built-in components",
3+
"description": "A Visual App builder with 120+ built-in components. Create software applications (internal and customer-facing!) and Meeting/Collaboration tools for your Company and your Customers with minimal coding experience.",
44
"repository": "https://github.com/lowcoder-org/lowcoder",
55
"logo": "https://lowcoder.cloud/images/webclip.png",
66
"keywords": [

client/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "lowcoder-root",
3-
"version": "2.4.5",
2+
"name": "lowcoder-frontend",
3+
"version": "2.4.6",
44
"type": "module",
55
"private": true,
66
"workspaces": [

server/api-service/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313

1414
<properties>
15-
<revision>2.4.5</revision>
15+
<revision>2.4.6</revision>
1616
<java.version>17</java.version>
1717
<maven.compiler.source>${java.version}</maven.compiler.source>
1818
<maven.compiler.target>${java.version}</maven.compiler.target>

server/node-service/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "taco-js-api",
3-
"version": "0.1.1",
2+
"name": "lowcoder-node-server",
3+
"version": "2.4.6",
44
"private": true,
55
"engines": {
66
"node": "^14.18.0 || >=16.0.0"

0 commit comments

Comments
 (0)