Skip to content

Commit

Permalink
Increased version number which includes #90 and #88
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanj committed May 31, 2024
1 parent 2a33741 commit 0963aa7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = "com.devoxx.genie"
version = "0.1.15"
version = "0.1.16"

repositories {
mavenCentral()
Expand Down
5 changes: 5 additions & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@
]]></description>

<change-notes><![CDATA[
<h2>v0.1.16</h2>
<UL>
<LI>Feat #90: Include System Prompt in Settings page</LI>
<LI>Feat #88: Use TextArea for Setting prompts</LI>
</UL>
<h2>v0.1.15</h2>
<UL>
<LI>Fix #82: Wrap text to new line for streaming output.</LI>
Expand Down

0 comments on commit 0963aa7

Please sign in to comment.