Skip to content

Commit

Permalink
change version
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSciFier committed Aug 16, 2023
1 parent 3cf5e0b commit a3f24fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/helpers/constants.js
Original file line number Diff line number Diff line change
@@ -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 = [
Expand All @@ -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;
export const DEF_USE_NEON_SHADOW = true;

0 comments on commit a3f24fd

Please sign in to comment.