We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8065bbb commit bc79be9Copy full SHA for bc79be9
src/com/blogspot/kotlinstudy/lognote/Main.kt
@@ -4,7 +4,7 @@ import javax.swing.SwingUtilities
4
5
class Main {
6
companion object {
7
- const val VERSION: String = "0.3.2"
+ const val VERSION: String = "0.3.3"
8
const val NAME: String = "LogNote"
9
10
@JvmStatic
0 commit comments