Skip to content

Commit

Permalink
Merge pull request #2224 from LiteFarmOrg/patch/bump-version-bumbers
Browse files Browse the repository at this point in the history
Bumped version numbers
  • Loading branch information
fsayyid authored Aug 5, 2022
2 parents 677d6c4 + f27c1c3 commit 44d5b35
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.2.4",
"version": "3.2.5",
"description": "LiteFarm API server",
"main": "./api/src/server.js",
"scripts": {
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.2.4",
"version": "3.2.5",
"description": "LiteFarm Web application",
"scripts": {
"dev": "CYPRESS_COVERAGE=TRUE vite",
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.2.4';
export const APP_VERSION = '3.2.5';

0 comments on commit 44d5b35

Please sign in to comment.