diff --git a/package.json b/package.json index 03b3e8d..842089d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,18 @@ { "name": "project-app", - "version": "0.2.0", + "title": "Project app", + "description": "A graph playground for project collaboration", + "author": "DeFUCC (https://defucc.me/)", + "homepage": "https://project.frkt.ru", + "bugs": { + "url": "https://github.com/DeFUCC/project-app/issues", + "email": "davay@frkt.ru" + }, + "repository": { + "type": "git", + "url": "https://github.com/DeFUCC/project-app.git" + }, + "version": "0.2.2", "scripts": { "dev": "vite", "build": "vite build" @@ -24,4 +36,4 @@ "vite-plugin-purge-icons": "^0.4.5", "vite-plugin-voie": "^0.4.1" } -} +} \ No newline at end of file diff --git a/src/store/gun-db.ts b/src/store/gun-db.ts index 5ba7e74..489d81a 100644 --- a/src/store/gun-db.ts +++ b/src/store/gun-db.ts @@ -11,7 +11,7 @@ const peerList = [ // 'http://127.0.0.1:4200/gun', ] -const dbVersion = 9 +const dbVersion = 10 checkDbVersion(localStorage.dbVersion, dbVersion) export const gun = new window.Gun(peerList)