From 92e9a5fe77acc5136f3724fdf01ea5e800659afa Mon Sep 17 00:00:00 2001 From: Bryan Maniotakis Date: Wed, 13 May 2026 00:52:50 -0600 Subject: [PATCH] Bump version to 1.3.0 Co-Authored-By: Claude Sonnet 4.6 --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 9d507ca..672134d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "lexophile", "name": "Lexophile - Personal Dictionary", - "version": "1.2.1", + "version": "1.3.0", "minAppVersion": "1.6.6", "description": "Build your vocabulary one word at a time. Add manually, or grab it instantly with the Chrome extension.", "author": "Bryan Maniotakis", diff --git a/package.json b/package.json index b166553..2d90101 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lexophile", - "version": "1.2.1", + "version": "1.3.0", "description": "Build your vocabulary one word at a time. Add manually, or grab it instantly with the Chrome extension.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 076b68e..389d0c7 100644 --- a/versions.json +++ b/versions.json @@ -3,5 +3,6 @@ "1.0.0": "0.15.0", "1.1.0": "0.15.0", "1.2.0": "1.4.10", - "1.2.1": "1.6.6" + "1.2.1": "1.6.6", + "1.3.0": "1.6.6" }