Skip to content

Commit

Permalink
Updating Lowcoder Versions for small release
Browse files Browse the repository at this point in the history
  • Loading branch information
FalkWolsky committed Feb 4, 2025
1 parent 3c08837 commit 6a3d7d3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion client/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6.0
2.6.1
2 changes: 1 addition & 1 deletion client/packages/lowcoder-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lowcoder-sdk",
"version": "2.6.1",
"version": "2.6.2",
"type": "module",
"files": [
"src",
Expand Down
2 changes: 1 addition & 1 deletion client/packages/lowcoder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lowcoder",
"version": "2.6.0",
"version": "2.6.1",
"private": true,
"type": "module",
"main": "src/index.sdk.ts",
Expand Down
2 changes: 1 addition & 1 deletion server/api-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@


<properties>
<revision>2.6.0</revision>
<revision>2.6.1</revision>
<java.version>17</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
Expand Down
2 changes: 1 addition & 1 deletion server/node-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lowcoder-node-server",
"version": "2.6.0",
"version": "2.6.1",
"private": true,
"engines": {
"node": "^14.18.0 || >=16.0.0"
Expand Down

0 comments on commit 6a3d7d3

Please sign in to comment.