Fix runtime shutdown problem with GajuDesk

This commit is contained in:
2025-05-08 13:06:27 +09:00
parent 57a81e7f3f
commit 86e9ff3e44
13 changed files with 21 additions and 16 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
-module(gd_sophia_editor).
-vsn("0.6.0").
-vsn("0.6.1").
-export([new/1, update/2,
get_text/1, set_text/2]).