Skip to content
This repository was archived by the owner on Jan 31, 2025. It is now read-only.

Commit 8493486

Browse files
authored
Bump up the plugin version to 1.6.6-203 and update release notes (#273)
1 parent 2b4f28d commit 8493486

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies {
2929
ext {
3030
tmpMarkdownInputDir = "${buildDir}/tmp/markdown-inputs".toString()
3131
htmlOutputDir = "${buildDir}/gen-html".toString()
32-
pluginVersion = '1.6.5'
32+
pluginVersion = '1.6.6'
3333

3434
// Make sure |ext.pluginSinceBuild| is consistent with |intellij.version|.
3535
pluginSinceBuild = '203'

releasenotes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release notes
22

3+
## Release notes for 1.6.6-203
4+
5+
### General
6+
* Use the IDE's bundled Kotlin library (fixes #270)
7+
8+
39
## Release notes for 1.6.5-203
410

511
### General

0 commit comments

Comments
 (0)