Skip to content

Commit

Permalink
Remove styles, bump mainfest, package, version
Browse files Browse the repository at this point in the history
  • Loading branch information
mmhobi7 committed Sep 8, 2021
1 parent 055918b commit 112f7e7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 11 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-autoview",
"name": "AutoView",
"version": "1.0.1",
"version": "1.0.2",
"minAppVersion": "0.9.12",
"description": "This plugin automatically switches the view from edit to preview after a timeout. Then, upon keystroke, switches back to edit mode. This is to allow seemless transition in a sort of WYSIWYG. ",
"author": "mmhobi7",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "obsidian-sample-plugin",
"version": "0.12.0",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"name": "obsidian-autoview",
"version": "1.0.2",
"description": "This plugin automatically switches the view from edit to preview after a timeout. Then, upon keystroke, switches back to edit mode. This is to allow seemless transition in a sort of WYSIWYG.",
"main": "main.js",
"scripts": {
"dev": "rollup --config rollup.config.js -w",
"build": "rollup --config rollup.config.js --environment BUILD:production"
},
"keywords": [],
"author": "",
"author": "Muhamed Hobi",
"license": "MIT",
"devDependencies": {
"@rollup/plugin-commonjs": "^18.0.0",
Expand Down
4 changes: 0 additions & 4 deletions styles.css

This file was deleted.

5 changes: 3 additions & 2 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"1.0.0": "0.9.7",
"1.0.1": "0.9.12",
"1.0.0": "0.9.7"
}
"1.0.2": "0.9.12"
}

0 comments on commit 112f7e7

Please sign in to comment.