Skip to content

Commit

Permalink
fix(resizers): max resizers work again
Browse files Browse the repository at this point in the history
  • Loading branch information
xero committed Oct 8, 2024
1 parent bf7d40c commit 3dc6410
Show file tree
Hide file tree
Showing 5 changed files with 682 additions and 684 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ end_of_line = lf
insert_final_newline = true
indent_style = tab
indent_size = 4
tab_width = 4
tab_width = 2
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "evangelion",
"version": "1.0.0",
"version": "1.0.1",
"minAppVersion": "1.0.0",
"author": "xero",
"authorUrl": "https://github.com/xero"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "evangelion-obsidian-theme",
"version": "1.0.0",
"version": "1.0.1",
"scripts": {
"version": "node version-bump.mjs && git add manifest.json versions.json"
}
Expand Down
Loading

0 comments on commit 3dc6410

Please sign in to comment.