Skip to content

Commit

Permalink
Bump to v3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
smattingly committed Jun 13, 2022
1 parent ffa8511 commit bd58259
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.2.0",
"version": "3.2.1",
"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.0",
"version": "3.2.1",
"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.0';
export const APP_VERSION = '3.2.1';

0 comments on commit bd58259

Please sign in to comment.