Skip to content

Commit

Permalink
release: 2.0.6
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier MARY <[email protected]>
  • Loading branch information
OlivierMary committed Mar 7, 2023
1 parent 96b04c1 commit 51e2607
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group 'fr.mary.olivier'
version '2.0.5'
version '2.0.6'

repositories {
mavenCentral()
Expand Down Expand Up @@ -83,6 +83,8 @@ intellij {
}
patchPluginXml {
setChangeNotes """
2.0.6<br>
- Upgrade dependencies<br>
2.0.5<br>
- Fix initial warning<br>
2.0.4<br>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<id>fr.mary.olivier.aw-watcher</id>
<name>Activity Watcher</name>
<vendor email="[email protected]" url="https://github.com/OlivierMary">OlivierMARY</vendor>
<version>2.0.5</version>
<version>2.0.6</version>

<description><![CDATA[
This extension allows the open source tracking tool ActivityWatch to keep track of the projects and coding languages you use in jetbrains IDEs.
Expand Down

0 comments on commit 51e2607

Please sign in to comment.