higale vor 1 Woche
Ursprung
Commit
2efb09237f
2 geänderte Dateien mit 4 neuen und 4 gelöschten Zeilen
  1. 3 3
      FormAbout.fmx
  2. 1 1
      Pub.pas

+ 3 - 3
FormAbout.fmx

@@ -268,11 +268,11 @@ object fmAbout: TfmAbout
     object txtUrl: TText
       Cursor = crHandPoint
       Position.X = 134.000000000000000000
-      Position.Y = 104.000000000000000000
-      Size.Width = 188.000000000000000000
+      Position.Y = 107.000000000000000000
+      Size.Width = 238.000000000000000000
       Size.Height = 25.000000000000000000
       Size.PlatformDefault = False
-      Text = 'https://github.com/higale'
+      Text = 'https://github.com/higale/galeJSON'
       TextSettings.FontColor = xFF1997FE
       TextSettings.WordWrap = False
       TextSettings.HorzAlign = Leading

+ 1 - 1
Pub.pas

@@ -9,7 +9,7 @@ uses
 
 const
   app_name = 'gsJSON';
-  app_version = 'v0.7.0';
+  app_version = 'v0.7.1';
   url_github = 'https://github.com/higale/galeJSON';
 
   c_untitled_filename = 'untitled.json';