mirror of
https://github.com/bryanmanio/obsidian-lexophile.git
synced 2026-07-22 06:56:30 +00:00
Bump version to 1.3.0
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
4606e2100d
commit
92e9a5fe77
3 changed files with 4 additions and 3 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue