Skip to content

Commit

Permalink
Release 0.0.83
Browse files Browse the repository at this point in the history
  • Loading branch information
saertna committed Nov 28, 2023
1 parent 2a510d0 commit 1bacd20
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 57 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Thank you for being a part of this movement to revolutionize our approach to kno

## Manual installation

1. Download the latest release 🔗 **Plugin Download:** [Obsidian Gamification Plugin](https://github.com/saertna/obsidian-gamified-pkm/releases/tag/0.0.82)
1. Download the latest release 🔗 **Plugin Download:** [Obsidian Gamification Plugin](https://github.com/saertna/obsidian-gamified-pkm/releases/tag/0.0.83)
2. Extract the obsidian-gamified-pkm folder from the zip to your vault's plugins folder: `<vault>`/.obsidian/plugins/
- Note: On some machines the .obsidian folder may be hidden. On MacOS you should be able to press Command+Shift+Dot to show the folder in Finder.
- Note: the files `main.js` and `manifest.json` are the files which you need in this folder.
Expand Down
20 changes: 10 additions & 10 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"id": "gamified-pkm",
"name": "Gamificate your PKM",
"version": "0.0.82",
"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",
"authorUrl": "https://github.com/saertna",
"fundingUrl": "https://ko-fi.com/andreastrebing",
"isDesktopOnly": true
}
"id": "gamified-pkm",
"name": "Gamificate your PKM",
"version": "0.0.83",
"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",
"authorUrl": "https://github.com/saertna",
"fundingUrl": "https://ko-fi.com/andreastrebing",
"isDesktopOnly": true
}
Binary file modified obsidian-gamified-pkm/obsidian-gamified-pkm.zip
Binary file not shown.
92 changes: 46 additions & 46 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,47 +1,47 @@
{
"name": "obsidian-gamified-pkm",
"version": "0.0.82",
"description": "Enhance your Personal Knowledge Management with gamification elements. Boost motivation and achieve growth as you engage with your PKM.",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"version": "node version-bump.mjs && git add manifest.json versions.json",
"lint:js": "eslint *.js",
"lint": "npm run lint:js",
"lint:markdown": "markdownlint \"**/*.md\"",
"test": "jest"
},
"keywords": [],
"author": "Andreas Trebing",
"license": "MIT",
"devDependencies": {
"@types/jest": "^29.5.4",
"@types/node": "^16.11.6",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.1",
"@typescript-eslint/eslint-plugin": "5.29.0",
"@typescript-eslint/parser": "5.29.0",
"builtin-modules": "3.3.0",
"esbuild": "0.17.3",
"eslint": "8.48.0",
"jest": "^29.6.3",
"jest-mock-extended": "^3.0.5",
"lint": "^1.1.2",
"markdownlint": "^0.30.0",
"obsidian": "^1.3.5",
"ts-jest": "^29.1.1",
"tslib": "2.4.0",
"typescript": "4.7.4"
},
"dependencies": {
"crypto-js": "^4.1.1",
"date-fns": "^2.30.0",
"markdown-it": "^13.0.1",
"moment": "^2.29.4",
"obsidian-dataview": "^0.4.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"ts-node": "^10.9.1"
}
}
"name": "obsidian-gamified-pkm",
"version": "0.0.83",
"description": "Enhance your Personal Knowledge Management with gamification elements. Boost motivation and achieve growth as you engage with your PKM.",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"version": "node version-bump.mjs && git add manifest.json versions.json",
"lint:js": "eslint *.js",
"lint": "npm run lint:js",
"lint:markdown": "markdownlint \"**/*.md\"",
"test": "jest"
},
"keywords": [],
"author": "Andreas Trebing",
"license": "MIT",
"devDependencies": {
"@types/jest": "^29.5.4",
"@types/node": "^16.11.6",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.1",
"@typescript-eslint/eslint-plugin": "5.29.0",
"@typescript-eslint/parser": "5.29.0",
"builtin-modules": "3.3.0",
"esbuild": "0.17.3",
"eslint": "8.48.0",
"jest": "^29.6.3",
"jest-mock-extended": "^3.0.5",
"lint": "^1.1.2",
"markdownlint": "^0.30.0",
"obsidian": "^1.3.5",
"ts-jest": "^29.1.1",
"tslib": "2.4.0",
"typescript": "4.7.4"
},
"dependencies": {
"crypto-js": "^4.1.1",
"date-fns": "^2.30.0",
"markdown-it": "^13.0.1",
"moment": "^2.29.4",
"obsidian-dataview": "^0.4.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"ts-node": "^10.9.1"
}
}

0 comments on commit 1bacd20

Please sign in to comment.