diff --git a/manifest.json b/manifest.json index 7d4dca7..e59e4ba 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "id": "exercises", "name": "Exercises", - "version": "0.1.0", + "version": "0.1.1", "minAppVersion": "0.15.0", "description": "Create Interactive Exercises along side your Obsidian Notes", - "author": "Alex C. Cavaco", + "author": "AlexCCavaco", "authorUrl": "https://alexccavaco.com", "fundingUrl": "https://ko-fi.com/alexccavaco", "isDesktopOnly": false diff --git a/package.json b/package.json index 2fd9778..0e3b011 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-exercises", - "version": "0.1.0", + "version": "0.1.1", "description": "Create Interactive Exercises along side your Obsidian Notes", "main": "./src/main.js", "scripts": { @@ -10,7 +10,7 @@ "watch": "nodemon --exec \"npm run build\" -w \".\\src\\*\" -e \"ts,js,json\"" }, "keywords": [], - "author": "Alex C. Cavaco", + "author": "AlexCCavaco", "license": "MIT", "devDependencies": { "@types/node": "^16.11.6",