revert version

This commit is contained in:
Mayuran Visakan 2023-08-11 16:58:42 +01:00
parent f2595c247d
commit d79f05f79c
3 changed files with 5 additions and 8 deletions

View file

@ -1,11 +1,11 @@
{
"id": "code-styler",
"name": "Code Styler",
"version": "1.0.8",
"version": "1.0.5",
"minAppVersion": "0.15.0",
"description": "Styles codeblocks and inline code in both editing mode and reading mode.",
"author": "Mayuran Visakan",
"authorUrl": "https://github.com/mayurankv",
"fundingUrl": "https://www.buymeacoffee.com/mayurankv2",
"isDesktopOnly": false
}
}

View file

@ -1,6 +1,6 @@
{
"name": "code-styler",
"version": "1.0.8",
"version": "1.0.5",
"description": "This is a plugin for Obsidian (https://obsidian.md)",
"main": "main.js",
"scripts": {

View file

@ -4,8 +4,5 @@
"1.0.2": "0.15.0",
"1.0.3": "0.15.0",
"1.0.4": "0.15.0",
"1.0.5": "0.15.0",
"1.0.6": "0.15.0",
"1.0.7": "0.15.0",
"1.0.8": "0.15.0"
}
"1.0.5": "0.15.0"
}