nathonius / obsidian-collapse-all

MIT License
92 stars 2 forks source link

Possibly inconsistent Obsidian version dependencies #15

Closed claremacrae closed 2 years ago

claremacrae commented 3 years ago

I'm not sure if this matters or not but....

find . -type f | xargs grep 0.12.
./versions.json:  "1.2.0": "0.12.10",
./package.json:    "obsidian": "^0.12.11",
./manifest.json:  "minAppVersion": "0.12.10",

Is it intentional that there are two references to Obsidian "0.12.10" and one to "^0.12.11" ?

nathonius commented 3 years ago

Definitely not intentional. I don't think there's much difference wrt this plugin between those, but I'll get them all lined up. Good catch!

nathonius commented 2 years ago

Fixed in versions.json in #17, still need to update in manifest.json