Bump version to 1.3.0

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Bryan Maniotakis 2026-05-13 00:52:50 -06:00
parent 4606e2100d
commit 92e9a5fe77
3 changed files with 4 additions and 3 deletions

View file

@ -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",

View file

@ -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": {

View file

@ -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"
}