Skip to content

Commit

Permalink
Update Versions for Release
Browse files Browse the repository at this point in the history
  • Loading branch information
FalkWolsky committed Oct 4, 2024
1 parent 95f0ab0 commit 9afa178
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion client/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.8
2.4.9
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lowcoder-frontend",
"version": "2.4.8",
"version": "2.4.9",
"type": "module",
"private": true,
"workspaces": [
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.4.8</revision>
<revision>2.4.9</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.4.8",
"version": "2.4.9",
"private": true,
"engines": {
"node": "^14.18.0 || >=16.0.0"
Expand Down

0 comments on commit 9afa178

Please sign in to comment.