Skip to content

Commit 943c8ea

Browse files
committed
Update version to 0.2.4
Bump language server, Atom package and VSCode extension version.
1 parent 9c5ad14 commit 943c8ea

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

editors/atom/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

editors/atom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ide-kotlin",
33
"main": "./lib/main",
4-
"version": "0.2.3",
4+
"version": "0.2.4",
55
"description": "Smart code completion, linting and more for Kotlin",
66
"keywords": [],
77
"repository": "https://github.com/fwcd/KotlinLanguageServer",

editors/vscode/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

editors/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"type": "git",
88
"url": "https://github.com/fwcd/KotlinLanguageServer.git"
99
},
10-
"version": "0.2.3",
10+
"version": "0.2.4",
1111
"preview": true,
1212
"publisher": "fwcd",
1313
"license": "MIT",

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
projectVersion=0.2.3
1+
projectVersion=0.2.4
22
teamCityUrl=https://teamcity.jetbrains.com
33
teamCityUsername=guest
44
teamCityPassword=guest

0 commit comments

Comments
 (0)