Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ludovicchabant committed Feb 10, 2022
1 parent 79f4cd1 commit 1918eda
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "remember-file-state",
"name": "Remember File State",
"version": "0.1.0",
"version": "1.0.1",
"minAppVersion": "0.13.17",
"description": "Remembers cursor position, selection, scrolling, and more for each file",
"author": "Ludovic Chabant",
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-remember-file-state",
"version": "0.1.0",
"version": "1.0.1",
"description": "Plugin for Obsidian that remembers cursor position, selection, scrolling, and more for each file",
"main": "main.js",
"scripts": {
Expand All @@ -24,6 +24,5 @@
"tslib": "2.3.1",
"typescript": "4.4.4"
},
"dependencies": {
}
"dependencies": {}
}
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"1.0.0": "0.13.17"
"1.0.0": "0.13.17",
"1.0.1": "0.13.17"
}

0 comments on commit 1918eda

Please sign in to comment.