We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d78474b commit fb6a4fcCopy full SHA for fb6a4fc
README.md
@@ -8,7 +8,7 @@
8
[](https://www.jetbrains.com/idea/)
9
10
11
-TODO Finder CLI, version `n/a`.
+TODO Finder CLI, version `0.0.1`.
12
13
This is a small Java CLI tool which scans the directory where it's being run and reports all the TODOs or FIXMEs found in the code files.
14
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>com.selfxdsd.todocli</groupId>
<artifactId>todo-finder-cli</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>0.0.2-SNAPSHOT</version>
<packaging>jar</packaging>
<properties>
release.sh
100644
100755
0 commit comments