Skip to content

Commit

Permalink
Release 0.0.89
Browse files Browse the repository at this point in the history
  • Loading branch information
saertna committed Mar 20, 2024
1 parent 9208384 commit 2977bf8
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
3 changes: 2 additions & 1 deletion src/Messages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit 2977bf8

Please sign in to comment.