Skip to content

Commit 3b003a3

Browse files
changed version number, to a compatiable one
1 parent 03c31a3 commit 3b003a3

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Kotlin-1.0.0.vsix

14 KB
Binary file not shown.

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"name": "Kotlin",
33
"displayName": "Kotlin Language",
44
"description": "Kotlin language support for VS Code",
5-
"version": "1.0",
5+
"version": "1.0.0",
66
"publisher": "mathiasfrohlich",
77
"license": "SEE LICENSE IN LICENSE or README.MD",
88
"engines": {
9-
"vscode": "^0.10.1"
9+
"vscode": "^0.10.8"
1010
},
1111
"icon": "icon.png",
1212
"categories": [
@@ -39,5 +39,8 @@
3939
"scopeName": "source.Kotlin",
4040
"path": "./syntaxes/kotlin.tmLanguage"
4141
}]
42+
},
43+
"devDependencies": {
44+
"vscode": "0.11.x"
4245
}
4346
}

0 commit comments

Comments
 (0)