Release v1.0.2

This commit is contained in:
exoticknight 2025-01-27 17:03:03 +00:00
parent 85d4356d3b
commit 705ebaa44c
3 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
{
"id": "quick-nav",
"name": "Quick Nav",
"version": "1.0.1",
"version": "1.0.2",
"minAppVersion": "0.15.0",
"description": "Swift cursor navigation plugin to enhance editing",
"author": "ExoticKnight",

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "quick-nav",
"version": "1.0.1",
"version": "1.0.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "quick-nav",
"version": "1.0.1",
"version": "1.0.2",
"license": "MIT",
"devDependencies": {
"@codemirror/commands": "^6.8.0",

View file

@ -1,6 +1,6 @@
{
"name": "quick-nav",
"version": "1.0.1",
"version": "1.0.2",
"description": "Swift cursor navigation plugin to enhance editing",
"main": "main.js",
"scripts": {