This commit is contained in:
Ben Stuart 2025-02-10 03:50:32 -06:00
parent 54c858dfac
commit 27dec2dbe0
4 changed files with 8 additions and 7 deletions

View file

@ -1,11 +1,11 @@
{
"id": "on-this-day-i",
"name": "On This Day I",
"version": "1.1.0",
"version": "1.1.1",
"minAppVersion": "1.8.4",
"description": "AI tools for Daily Journals",
"author": "Ben Stuart",
"authorUrl": "https://github.com/benstuart0",
"fundingUrl": "",
"isDesktopOnly": false
}
}

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "on-this-day-i",
"version": "1.1.0",
"version": "1.1.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "on-this-day-i",
"version": "1.1.0",
"version": "1.1.1",
"license": "MIT",
"dependencies": {
"openai": "^4.83.0"

View file

@ -1,6 +1,6 @@
{
"name": "on-this-day-i",
"version": "1.1.0",
"version": "1.1.1",
"description": "AI tools for Daily Journals",
"main": "main.js",
"scripts": {

View file

@ -1,5 +1,6 @@
{
"1.0.0": "1.8.4",
"1.0.1": "1.8.4",
"1.1.0": "1.8.4"
}
"1.1.0": "1.8.4",
"1.1.1": "1.8.4"
}