Skip to content

Commit

Permalink
0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellpeck committed May 23, 2023
1 parent b5e768d commit 941c5e2
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "simple-time-tracker",
"name": "Super Simple Time Tracker",
"version": "0.1.6",
"version": "0.1.7",
"minAppVersion": "1.2.8",
"description": "Multi-purpose time trackers for your notes!",
"author": "Ellpeck",
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": "simple-time-tracker",
"version": "0.1.6",
"version": "0.1.7",
"description": "Multi-purpose time trackers for your notes!",
"main": "main.js",
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion test-vault/.obsidian/plugins/simple-time-tracker/main

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion test-vault/.obsidian/plugins/simple-time-tracker/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion test-vault/.obsidian/plugins/simple-time-tracker/manifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "simple-time-tracker",
"name": "Super Simple Time Tracker",
"version": "0.1.6",
"version": "0.1.7",
"minAppVersion": "1.2.8",
"description": "Multi-purpose time trackers for your notes!",
"author": "Ellpeck",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "simple-time-tracker",
"name": "Super Simple Time Tracker",
"version": "0.1.6",
"version": "0.1.7",
"minAppVersion": "1.2.8",
"description": "Multi-purpose time trackers for your notes!",
"author": "Ellpeck",
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"0.1.3": "0.15.0",
"0.1.4": "0.15.0",
"0.1.5": "0.15.0",
"0.1.6": "0.15.0"
"0.1.6": "0.15.0",
"0.1.7": "1.2.8"
}

0 comments on commit 941c5e2

Please sign in to comment.