Jelajahi Sumber

update app to ver. 1.3.0

tigger 4 bulan lalu
induk
melakukan
3c5b8686ff
4 mengubah file dengan 6 tambahan dan 3 penghapusan
  1. 1 1
      package.json
  2. 3 0
      src/assets/realease_notes.md
  3. 1 1
      src/config/config.json
  4. 1 1
      src/config/info.json

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "fisapp-ui",
-  "version": "1.2.0",
+  "version": "1.3.0",
   "scripts": {
     "ng": "ng",
     "start": "ng serve --host 0.0.0.0 --port 4200",

+ 3 - 0
src/assets/realease_notes.md

@@ -1,4 +1,7 @@
 # Financial Information System (FIS)
+### ver. 1.3.0
+Updated to Angular version 21.1.2    
+various debug and enhancements    
 
 ### ver. 1.2.0
 Updated to Angular version 20.1.3

+ 1 - 1
src/config/config.json

@@ -8,7 +8,7 @@
         }
     },
     "chat":{
-        "http":{"url":"https://n8n.swopt.com/webhook/236a2ba2-b147-4119-86a8-ee3a5ab30f4f"}
+        "http":{"url":"https://n8n.ai.swopt.com/webhook/236a2ba2-b147-4119-86a8-ee3a5ab30f4f"}
     },
     "holidayCalendar": "https://api.swopt.com/data/h0/my/sar",
     "sessionTimeoutDuration":1800000

+ 1 - 1
src/config/info.json

@@ -7,5 +7,5 @@
     "support":{
         "email":"support@softwareoptima.com"
     },
-    "version":"1.2.0"
+    "version":"1.3.0"
 }