Skip to content

Commit

Permalink
Fixed duplicate TypeScript definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
FlowIT-JIT committed Aug 10, 2022
1 parent 8d7d779 commit 28ae44d
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 1,343 deletions.
2 changes: 1 addition & 1 deletion Core/Core.js
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ Fit._internal =
{
Core:
{
VersionInfo: { Major: 2, Minor: 11, Patch: 10 } // Do NOT modify format - version numbers are programmatically changed when releasing new versions - MUST be on a separate line!
VersionInfo: { Major: 2, Minor: 11, Patch: 11 } // Do NOT modify format - version numbers are programmatically changed when releasing new versions - MUST be on a separate line!
}
};

Expand Down
2 changes: 1 addition & 1 deletion build/npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fit-ui",
"version": "2.11.10",
"version": "2.11.11",
"title": "Fit.UI",
"description": "Object Oriented framework for building rich User Interfaces",
"main": "dist/Fit.UI.js",
Expand Down
Loading

0 comments on commit 28ae44d

Please sign in to comment.