diff --git a/manifest.json b/manifest.json index 3e4eba1..8f0f879 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "gamified-pkm", "name": "Gamificate your PKM", - "version": "0.0.90", + "version": "0.0.91", "minAppVersion": "0.15.0", "description": "Enhance your Personal Knowledge Management with gamification elements. Boost motivation and achieve growth as you engage with your PKM.", "author": "Andreas Trebing", diff --git a/package-lock.json b/package-lock.json index 9dca6f1..c640771 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-gamified-pkm", - "version": "0.0.90", + "version": "0.0.91", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-gamified-pkm", - "version": "0.0.90", + "version": "0.0.91", "license": "MIT", "dependencies": { "chart.js": "^4.4.4", diff --git a/package.json b/package.json index e245a4a..3f32756 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-gamified-pkm", - "version": "0.0.90", + "version": "0.0.91", "description": "Enhance your Personal Knowledge Management with gamification elements. Boost motivation and achieve growth as you engage with your PKM.", "main": "main.js", "scripts": { @@ -65,4 +65,4 @@ "tslib": "2.4.0", "typescript": "4.7.4" } -} +} \ No newline at end of file diff --git a/src/constants.ts b/src/constants.ts index 525d1d8..a24307b 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -1,5 +1,5 @@ import { Badge } from './badges' -export const PLUGIN_VERSION = '0.0.90'; +export const PLUGIN_VERSION = '0.0.91'; export const pointsNoteMajurity = 100; export const pointsMajurity = 10; export const pointsForDailyChallenge = 500;