This commit is contained in:
Ell 2023-09-08 14:06:12 +02:00
parent 17471e2831
commit 51d1183c0f
3 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{
"id": "simple-time-tracker",
"name": "Super Simple Time Tracker",
"version": "0.1.7",
"version": "0.1.8",
"minAppVersion": "1.2.8",
"description": "Multi-purpose time trackers for your notes!",
"author": "Ellpeck",

View file

@ -1,6 +1,6 @@
{
"name": "simple-time-tracker",
"version": "0.1.7",
"version": "0.1.8",
"description": "Multi-purpose time trackers for your notes!",
"main": "main.js",
"scripts": {

View file

@ -7,5 +7,6 @@
"0.1.4": "0.15.0",
"0.1.5": "0.15.0",
"0.1.6": "0.15.0",
"0.1.7": "1.2.8"
"0.1.7": "1.2.8",
"0.1.8": "1.3.0"
}