diff --git a/manifest.json b/manifest.json index d867baa..a46c983 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "gamified-pkm", "name": "Gamificate your PKM", - "version": "0.0.88", + "version": "0.0.89", "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 4ed91ef..2c0354d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-gamified-pkm", - "version": "0.0.88", + "version": "0.0.89", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-gamified-pkm", - "version": "0.0.88", + "version": "0.0.89", "license": "MIT", "dependencies": { "crypto-js": "^4.1.1", diff --git a/package.json b/package.json index fa7db0a..670b59e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-gamified-pkm", - "version": "0.0.88", + "version": "0.0.89", "description": "Enhance your Personal Knowledge Management with gamification elements. Boost motivation and achieve growth as you engage with your PKM.", "main": "main.js", "scripts": { diff --git a/src/Messages.ts b/src/Messages.ts index 01f1e5d..c8a467e 100644 --- a/src/Messages.ts +++ b/src/Messages.ts @@ -17,7 +17,8 @@ I develop this plugin as a hobby, spending my free time doing this. If you find ## New - Introduction to Release Note showcase - Added automatic triggering of rate, can be enabled in settings -- booster factor is not going below a multiple of 5. Means, whenever you reach a multiple of 5, it's a secured milestone.`, +- booster factor is not going below a multiple of 5. Means, whenever you reach a multiple of 5, it's a secured milestone. +- inform about booster factor milestone achievement`, "0.0.88":` ## Changed - Support more levels, up to 200, and fix incorrect calculations diff --git a/src/constants.ts b/src/constants.ts index 57ef999..86292ea 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -1,5 +1,5 @@ import { Badge } from './badges' -export const PLUGIN_VERSION = '0.0.88'; +export const PLUGIN_VERSION = '0.0.89'; export const pointsNoteMajurity = 100; export const pointsMajurity = 10; export const pointsForDailyChallenge = 500;