From e4f1f8be0665bcc2b4db9f886138d2b48af03a2b Mon Sep 17 00:00:00 2001 From: cdcsgit Date: Tue, 21 Mar 2023 00:09:32 +0900 Subject: [PATCH] version up 0.3.1 --- src/com/blogspot/kotlinstudy/lognote/Main.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/blogspot/kotlinstudy/lognote/Main.kt b/src/com/blogspot/kotlinstudy/lognote/Main.kt index 4666a007..8b9a760f 100644 --- a/src/com/blogspot/kotlinstudy/lognote/Main.kt +++ b/src/com/blogspot/kotlinstudy/lognote/Main.kt @@ -4,7 +4,7 @@ import javax.swing.SwingUtilities class Main { companion object { - const val VERSION: String = "0.3.0" + const val VERSION: String = "0.3.1" const val NAME: String = "LogNote" @JvmStatic