Browse Source

bump to ver. 1.3.3

tigger 1 month ago
parent
commit
6c2a1c6b52
3 changed files with 6 additions and 2 deletions
  1. 1 1
      package.json
  2. 4 0
      src/assets/realease_notes.md
  3. 1 1
      src/config/info.json

+ 1 - 1
package.json

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

+ 4 - 0
src/assets/realease_notes.md

@@ -1,5 +1,9 @@
 # Financial Information System (FIS)
 
+### ver 1.3.3
+update delete row flow    
+various debug and enhancements    
+
 ### ver. 1.3.2
 Updated to Angular version 21.1.4    
 added dashboard items for all modules    

+ 1 - 1
src/config/info.json

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