Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
JChrist committed Jan 30, 2024
1 parent e490487 commit 1cd7e72
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ Changelog
---------


## 0.8.1 (2024-01-30)
* Limit number of threads for updates. Closes [#55](https://github.com/JChrist/gitextender/issues/55)

## 0.8.0 (2023-12-14)
* Fix no display name for configurable. Closes [#70](https://github.com/JChrist/gitextender/issues/70)

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ intellij {
}*/

group 'gr.jchrist'
version '0.8.0'
version '0.8.1'

sourceCompatibility = '17'
targetCompatibility = '17'
Expand Down
5 changes: 4 additions & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin>
<id>gr.jchrist.gitextender</id>
<name>Git Extender</name>
<version>0.8.0</version>
<version>0.8.1</version>
<vendor email="[email protected]" url="https://github.com/JChrist/gitextender">JChrist</vendor>

<description><![CDATA[
Expand All @@ -26,6 +26,9 @@

<change-notes><![CDATA[
<ul>
<li>
0.8.1: Limit number of threads for updates. Closes [#55](https://github.com/JChrist/gitextender/issues/55)
</li>
<li>
0.8.0: Fix no display name for configurable. Closes [#70](https://github.com/JChrist/gitextender/issues/70)
</li>
Expand Down

0 comments on commit 1cd7e72

Please sign in to comment.