bump version

pull/210/head^2
Michael Truell 2023-03-23 17:55:15 -07:00
parent 88ac071fd5
commit 73e1df58cb
3 changed files with 6 additions and 4 deletions

4
.gitignore vendored
View File

@ -116,4 +116,6 @@ settings.json
resources/**
lsp/**
*.zip
scripts/**
scripts/**
run_todesktop.sh

4
package-lock.json generated
View File

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

View File

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