Skip to content

Commit 0b59b9a

Browse files
committed
fixed config
1 parent 5ef6526 commit 0b59b9a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

public/crucial.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ const configurations = {
2121
}
2222
};
2323

24-
const configuration = "prodTesting";
25-
const version = "1.6.56"; // Big Update . Small Feature Release . Bug Fix
24+
const configuration = "public";
25+
const version = "1.6.57"; // Big Update . Small Feature Release . Bug Fix
2626
const domain = "markifyapp.com";
2727

2828
let config = configurations[configuration];

0 commit comments

Comments
 (0)