diff --git a/frontend/src/helpers/constants.js b/frontend/src/helpers/constants.js index 93b0b5a..f2f5e82 100644 --- a/frontend/src/helpers/constants.js +++ b/frontend/src/helpers/constants.js @@ -1,5 +1,5 @@ export const APP_NAME = "NeonLink"; -export const VERSION = "1.3.0"; +export const VERSION = "1.4.0"; export const DEF_MAX_ITEMS = 20; export const DEF_COLUMNS = 3; export const CARD_HEADER_STYLE = [ @@ -10,4 +10,4 @@ export const CARD_HEADER_STYLE = [ ]; export const CARD_VERTICAL_ALIGMENT = ["top", "center", "bottom"]; export const DEF_OPEN_LINK_IN_NEW_TAB = true; -export const DEF_USE_NEON_SHADOW = true; \ No newline at end of file +export const DEF_USE_NEON_SHADOW = true;