Skip to content

Commit

Permalink
Updated NPM package
Browse files Browse the repository at this point in the history
  • Loading branch information
FlowIT-JIT committed Jan 11, 2023
1 parent 572ad84 commit bae9ac2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 12, Patch: 0 } // Do NOT modify format - version numbers are programmatically changed when releasing new versions - MUST be on a separate line!
VersionInfo: { Major: 2, Minor: 12, Patch: 1 } // 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.12.0",
"version": "2.12.1",
"title": "Fit.UI",
"description": "Object Oriented framework for building rich User Interfaces",
"main": "dist/Fit.UI.js",
Expand Down

0 comments on commit bae9ac2

Please sign in to comment.