Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
Signed-off-by: Zabil Cheriya Maliackal <zabilcm@gmail.com>
  • Loading branch information
zabil committed Jul 23, 2022
1 parent 64aa000 commit 44f47a2
Showing 1 changed file with 37 additions and 37 deletions.
74 changes: 37 additions & 37 deletions python.json
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
{
"id": "python",
"version": "0.3.17",
"description": "Python support for gauge",
"run": {
"windows": [
"start.bat",
"--start"
],
"linux": [
"./start.sh",
"--start"
],
"darwin": [
"./start.sh",
"--start"
]
},
"init": {
"windows": [
"start.bat",
"--init"
],
"linux": [
"./start.sh",
"--init"
],
"darwin": [
"./start.sh",
"--init"
]
},
"gaugeVersionSupport": {
"minimum": "1.0.7",
"maximum": ""
},
"lspLangId": "python",
"gRPCSupport": true
"id": "python",
"version": "0.3.18",
"description": "Python support for gauge",
"run": {
"windows": [
"start.bat",
"--start"
],
"linux": [
"./start.sh",
"--start"
],
"darwin": [
"./start.sh",
"--start"
]
},
"init": {
"windows": [
"start.bat",
"--init"
],
"linux": [
"./start.sh",
"--init"
],
"darwin": [
"./start.sh",
"--init"
]
},
"gaugeVersionSupport": {
"minimum": "1.0.7",
"maximum": ""
},
"lspLangId": "python",
"gRPCSupport": true
}

0 comments on commit 44f47a2

Please sign in to comment.