diff --git a/frontend/package.json b/frontend/package.json index bc55f37..3b31c68 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "neonlink-frontend", - "version": "0.1.0", + "version": "1.0.0", "private": true, "dependencies": { "@dnd-kit/core": "^6.0.5", diff --git a/frontend/src/helpers/constants.js b/frontend/src/helpers/constants.js index 4bc1101..61f203d 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 = 0.1; +export const VERSION = "1.0.0"; export const DEF_MAX_ITEMS = 10; export const DEF_COLUMNS = 3; export const CARD_HEADER_STYLE = ["default", "transparent", "borderless"]; diff --git a/frontend/src/pages/settings/tabs/aboutTab.jsx b/frontend/src/pages/settings/tabs/aboutTab.jsx index cf20add..934caa6 100644 --- a/frontend/src/pages/settings/tabs/aboutTab.jsx +++ b/frontend/src/pages/settings/tabs/aboutTab.jsx @@ -1,6 +1,7 @@ import React from "react"; import { APP_NAME, VERSION } from "../../../helpers/constants"; import InputGroup from "../components/inputGroup"; +import "../../../../package.json"; export default function AboutTab() { return ( @@ -19,6 +20,17 @@ export default function AboutTab() {

Open-source self-hosted bookmark service

Version {VERSION}

+

+ Source code:{" "} + + GitHub + +

diff --git a/package.json b/package.json index 6c6330b..9b3f762 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "neonlink", - "version": "0.1.0", + "version": "1.0.0", "description": "Simple self-hosted bookmark service.", "main": "index.js", "directories": {