Skip to content

Commit 1ce0a1d

Browse files
committed
update files.
1 parent f29a8d4 commit 1ce0a1d

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

build_number

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3203
1+
3301

frontend/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "frontend",
3-
"version": "3.2.1",
3+
"version": "3.2.2",
44
"private": true,
55
"type": "module",
66
"scripts": {

frontend/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const subscriptionUrls: {[key: string]: string} = {
3333
};
3434

3535

36-
const APP_VERSION = "3.2.1.3200"
36+
const APP_VERSION = "3.2.2.3300"
3737

3838
const translations: any = {
3939
"en": {

frontend/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const buildNumber = "3203";
1+
export const buildNumber = "3301";

0 commit comments

Comments
 (0)