Skip to content

Commit

Permalink
release(chore): 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
JeppeKlitgaard committed Jan 22, 2022
1 parent 1273ade commit ffa938f
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 21 deletions.
Empty file added .yarn/versions/28e76202.yml
Empty file.
20 changes: 10 additions & 10 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"id": "obsidian-tweaks",
"name": "ObsidianTweaks",
"version": "0.2.5",
"minAppVersion": "0.13.19",
"description": "Adds some convenient tweaks including improved toggling and ergonomic commands",
"author": "Jeppe Klitgaard",
"authorUrl": "jeppe.science",
"isDesktopOnly": false
}
{
"id": "obsidian-tweaks",
"name": "ObsidianTweaks",
"version": "0.2.7",
"minAppVersion": "0.13.19",
"description": "Adds some convenient tweaks including improved toggling and ergonomic commands",
"author": "Jeppe Klitgaard",
"authorUrl": "jeppe.science",
"isDesktopOnly": false
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-tweaks",
"version": "0.2.5",
"version": "0.2.7",
"description": "A small plugin that implements some sorely missed features.",
"main": "main.js",
"scripts": {
Expand Down
22 changes: 12 additions & 10 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"0.2.5": "0.13.19",
"0.2.4": "0.13.19",
"0.2.3": "0.13.19",
"0.2.2": "0.12.3",
"0.2.1": "0.12.3",
"0.2.0": "0.12.3",
"0.1.1": "0.12.3",
"0.1.0": "0.12.3"
}
{
"0.2.5": "0.13.19",
"0.2.4": "0.13.19",
"0.2.3": "0.13.19",
"0.2.2": "0.12.3",
"0.2.1": "0.12.3",
"0.2.0": "0.12.3",
"0.1.1": "0.12.3",
"0.1.0": "0.12.3",
"0.2.6": "0.13.19",
"0.2.7": "0.13.19"
}

0 comments on commit ffa938f

Please sign in to comment.