Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
lizgw committed Sep 19, 2023
1 parent d72699f commit a7698cd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"id": "obsidian-deadlines",
"name": "Deadlines",
"version": "0.1.1",
"minAppVersion": "1.0.0",
"version": "0.1.2",
"minAppVersion": "1.4.13",
"description": "An Obsidian plugin that displays notes with deadlines in a calendar view.",
"author": "Liz Wigglesworth",
"authorUrl": "https://www.lizwigg.com/",
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": "obsidian-deadlines",
"version": "0.1.0",
"version": "0.1.2",
"description": "An Obsidian plugin that displays notes with deadlines in a calendar view.",
"main": "main.js",
"scripts": {
Expand Down
4 changes: 3 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{
"0.1.0": "0.9.12"
"0.1.0": "0.9.12",
"0.1.1": "1.0.0",
"0.1.2": "1.4.13"
}

0 comments on commit a7698cd

Please sign in to comment.