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

Commit

Permalink
Bump up the plugin version to 1.6.3-203 and update release notes (#256)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Pavlov <apavlov@google.com>
  • Loading branch information
crdev and Alexander Pavlov authored Sep 18, 2021
1 parent c08e17b commit 641401b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies {
ext {
tmpMarkdownInputDir = "${buildDir}/tmp/markdown-inputs".toString()
htmlOutputDir = "${buildDir}/gen-html".toString()
pluginVersion = '1.6.2'
pluginVersion = '1.6.3'

// Make sure |ext.pluginSinceBuild| is consistent with |intellij.version|.
pluginSinceBuild = '203'
Expand Down
6 changes: 6 additions & 0 deletions releasenotes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release notes

## Release notes for 1.6.3-203

### General
* Improve exception reporting for better error diagnostics


## Release notes for 1.6.2-203

### Bug and stability fixes
Expand Down

0 comments on commit 641401b

Please sign in to comment.