Skip to content

Commit

Permalink
fix: Change version
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSciFier committed Nov 19, 2022
1 parent 4be779e commit df397dd
Show file tree
Hide file tree
Showing 2 changed files with 106 additions and 86 deletions.
190 changes: 105 additions & 85 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion 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.2.2";
export const VERSION = "1.2.3";
export const DEF_MAX_ITEMS = 20;
export const DEF_COLUMNS = 3;
export const CARD_HEADER_STYLE = [
Expand Down

0 comments on commit df397dd

Please sign in to comment.