Skip to content

Commit

Permalink
Update Version and Shorten Author Name
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexCCavaco committed Aug 18, 2023
1 parent c8d86f5 commit 77457d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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",
Expand Down

0 comments on commit 77457d6

Please sign in to comment.