Skip to content

Commit

Permalink
Merge pull request #3017 from LiteFarmOrg/VERSION_UPDATE
Browse files Browse the repository at this point in the history
Bump to version 3.5.1
  • Loading branch information
kathyavini authored Nov 29, 2023
2 parents c78db16 + b688b56 commit 2789e04
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/api/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "litefarm-api",
"version": "3.5.0",
"version": "3.5.1",
"description": "LiteFarm API server",
"main": "./api/src/server.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/webapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "litefarm-webapp",
"version": "3.5.0",
"version": "3.5.1",
"description": "LiteFarm Web application",
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/webapp/src/util/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ export const DO_ORIGIN_URL = `https://${
export const DO_CDN_URL = `https://${
import.meta.env.VITE_DO_BUCKET_NAME
}.nyc3.cdn.digitaloceanspaces.com`;
export const APP_VERSION = '3.5.0';
export const APP_VERSION = '3.5.1';

0 comments on commit 2789e04

Please sign in to comment.