We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df97280 commit ac8406fCopy full SHA for ac8406f
CHANGELOG.md
@@ -6,6 +6,10 @@
6
### Added
7
- Initial scaffold created from [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template)
8
9
+## [0.0.3] - 2020-12-16
10
+### Removed
11
+- remove unnecessary code
12
+
13
## [0.0.2]
14
### Changed
15
- change backend api domain
gradle.properties
@@ -3,7 +3,7 @@
3
4
pluginGroup = com.github.si9ma.codetimejetbrains
5
pluginName_ = codetime
-pluginVersion = 0.0.2
+pluginVersion = 0.0.3
pluginSinceBuild = 201
pluginUntilBuild = 203.*
# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
0 commit comments