From 4cae53c199f8ff418b714c33ea2a338723836f01 Mon Sep 17 00:00:00 2001 From: FBarrca <201800222@alu.comillas.edu> Date: Fri, 10 Jan 2025 00:13:49 +0100 Subject: [PATCH] 1.0.4 --- .gptignore | 4 ++++ manifest.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .gptignore diff --git a/.gptignore b/.gptignore new file mode 100644 index 0000000..f026877 --- /dev/null +++ b/.gptignore @@ -0,0 +1,4 @@ +node_modules/* +.git/* +package-lock.json +main.js \ No newline at end of file diff --git a/manifest.json b/manifest.json index acc0227..68a7b60 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "inlineai", "name": "InlineAI", - "version": "1.0.3", + "version": "1.0.4", "minAppVersion": "0.15.0", "description": "AI-powered suggestions, contextual edits, and advanced text transformations directly into your editor.", "author": "Obsidian",