We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d444145 commit 36df077Copy full SHA for 36df077
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.4"
+ const val VERSION: String = "0.3.5"
8
const val NAME: String = "LogNote"
9
10
@JvmStatic
0 commit comments