Skip to content

Commit

Permalink
update change-notes
Browse files Browse the repository at this point in the history
Signed-off-by: mydeveloperplanet <gunter@mydeveloperplanet.com>
  • Loading branch information
mydeveloperplanet committed Oct 13, 2024
1 parent 838a762 commit 152b26e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "com.devoxx.genie"
version = "0.2.22"
version = "0.2.23"

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

<change-notes><![CDATA[
<h2>v0.2.23</h2>
<UL>
<LI>Fix #301: Fix anthrophic models data</LI>
<LI>Fix #306: Added some tooltips for LLM specific settings</LI>
<LI>Fix #309: Add some common file extensions for frontend code</LI>
</UL>
<h2>v0.2.22</h2>
<UL>
<LI>Fix : Number format exception for cost value</LI>
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#Mon Sep 23 18:16:45 CEST 2024
version=0.2.22
#Sun Oct 13 11:48:20 CEST 2024
version=0.2.23

0 comments on commit 152b26e

Please sign in to comment.