Sfoglia il codice sorgente

bump to ver-241129-nightly

tigger 1 anno fa
parent
commit
8cebe2fa6d
3 ha cambiato i file con 10 aggiunte e 4 eliminazioni
  1. 7 2
      src/assets/realease_notes.html
  2. 2 1
      src/assets/realease_notes.md
  3. 1 1
      src/config/info.json

+ 7 - 2
src/assets/realease_notes.html

@@ -12,9 +12,14 @@
     </style>
     <body>
         <h1 id="app-name"> Financial Information System (FIS)</h1>
-        <h3 id="ver-240802-nightly"> ver. 240809-nightly</h3>
-        <p><b style="color:aqua">[App]</b> initial nightly version release<br/>
+        <h3 id="ver-241129-nightly"> ver. 241129-nightly</h3>
+        <p><b style="color:aqua">[App]</b> 
+            <ul>
+                <li>[SPTS] various debug and enhancements</li>
+            </ul>
         </p>
+        <h3 id="ver-240802-nightly"> ver. 240809-nightly</h3>
+        <p><b style="color:aqua">[App]</b> initial nightly version release</p>
         
     </body>
 </html>

+ 2 - 1
src/assets/realease_notes.md

@@ -1,4 +1,5 @@
 # Financial Information System (FIS)
-
+### ver. 241129-nightly
+[SPTS] various debug and enhancements       
 ### ver. 240809-nightly
 [App] initial nightly version release        

+ 1 - 1
src/config/info.json

@@ -3,5 +3,5 @@
     "orgnProfile":{
         "companyName":"Software Optima Sdn. Bhd."
     },
-    "version":"240809-nightly"
+    "version":"241129-nightly"
 }