Skip to content

Commit 3afbe2e

Browse files
committed
chore: bump version to 1.0.8
1 parent db96b20 commit 3afbe2e

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "vault-ai",
33
"name": "VaultAI",
4-
"version": "1.0.7",
4+
"version": "1.0.8",
55
"minAppVersion": "0.15.0",
66
"description": "Transform your note-taking with an intelligent AI assistant powered by Google's Gemini AI. Features a sleek floating chat interface for seamless writing assistance, content generation, and smart note enhancement.",
77
"author": "Tharushka Dinujaya",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vault-ai",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"description": "Transform your note-taking with an intelligent AI assistant powered by Google's Gemini AI.",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"1.0.0": "0.15.0",
33
"1.0.5": "0.15.0",
44
"1.0.6": "0.15.0",
5-
"1.0.7": "0.15.0"
5+
"1.0.7": "0.15.0",
6+
"1.0.8": "0.15.0"
67
}

0 commit comments

Comments
 (0)