diff --git a/.gitignore b/.gitignore index 677ea8b..0234127 100644 --- a/.gitignore +++ b/.gitignore @@ -116,4 +116,6 @@ settings.json resources/** lsp/** *.zip -scripts/** \ No newline at end of file +scripts/** + +run_todesktop.sh \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 359339f..23804fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "Cursor", - "version": "0.1.4", + "version": "0.1.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "Cursor", - "version": "0.1.4", + "version": "0.1.6", "license": "MIT", "dependencies": { "@codemirror/commands": "^6.2.1", diff --git a/package.json b/package.json index 3c4c39b..e06d680 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "email": "mntruell@gmail.com" }, "productName": "Cursor", - "version": "0.1.4", + "version": "0.1.6", "description": "Cursor is an AI-first coding environment.", "main": ".webpack/main", "scripts": {