Skip to content

Commit 55cd83a

Browse files
Release 1.1.0
1 parent f259788 commit 55cd83a

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,22 @@ Syntax highlighter for Kotlin language
1515
4. Push to the branch: `git push origin my-new-feature`
1616
5. Submit a pull request
1717

18-
## Source
18+
## Sourc7
1919

2020
[Github](https://github.com/mathiasfrohlich/vscode-kotlin)
2121

2222
## Change Log
2323

2424
### Version 0.0.1
25-
Initial commit
25+
* Initial commit
2626

27-
### Version 1.0
28-
Updated for Kotlin 1.0
27+
### Version 1.0.0
28+
* Updated for Kotlin 1.0
29+
30+
### Version 1.1.0
31+
This version happened thanks to a community contribution.
32+
Thanks to https://github.com/francis36012
33+
* Fix issue of loading the Kotlin language file
2934

3035
## Credits
3136

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Kotlin",
33
"displayName": "Kotlin Language",
44
"description": "Kotlin language support for VS Code",
5-
"version": "1.0.0",
5+
"version": "1.1.0",
66
"publisher": "mathiasfrohlich",
77
"license": "SEE LICENSE IN LICENSE or README.MD",
88
"engines": {

0 commit comments

Comments
 (0)