Skip to content

Commit 7b17bad

Browse files
committed
fixed version and config
1 parent c258939 commit 7b17bad

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.58"; // Big Update . Small Feature Release . Bug Fix
24+
const configuration = "public";
25+
const version = "1.6.59"; // Big Update . Small Feature Release . Bug Fix
2626
const domain = "markifyapp.com";
2727

2828
let config = configurations[configuration];

0 commit comments

Comments
 (0)