Browse Source

ver. 1.1.2

tigger 1 year ago
parent
commit
fe7581f09f
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.1.1",
+  "version": "1.1.2",
   "scripts": {
     "ng": "ng",
     "start": "ng serve --host 0.0.0.0 --port 4200",

+ 4 - 0
src/assets/realease_notes.md

@@ -1,4 +1,8 @@
 # Financial Information System (FIS)
+
+### ver. 1.1.2
+[LeaveSubmission] resolve issue where +8 hours is appended when date field values are changed    
+
 ### ver. 1.1.1
 [LeaveSubmission] added 'Pending','Approved','Cancelled' tabs for applied leave    
 [LeaveSubmission] fix chart and calendar not showing in mobile view    

+ 1 - 1
src/config/info.json

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