Skip to content

Commit

Permalink
FLUID-6759: update version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
jobara committed Dec 8, 2022
1 parent eaf8769 commit 5cdc8c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "infusion",
"description": "Infusion is an application framework for developing flexible stuff with JavaScript",
"version": "4.5.0",
"version": "4.6.0",
"author": "Fluid Project",
"bugs": "http://issues.fluidproject.org/browse/FLUID",
"homepage": "http://www.fluidproject.org/",
Expand Down
4 changes: 2 additions & 2 deletions src/framework/core/js/Fluid.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Fluid Infusion v4.5.0
* Fluid Infusion v4.6.0
*
* Infusion is distributed under the Educational Community License 2.0 and new BSD licenses:
* http://wiki.fluidproject.org/display/fluid/Fluid+Licensing
Expand Down Expand Up @@ -30,7 +30,7 @@ Underscore may be freely distributed under the MIT license.

var fluid = fluid || {}; // eslint-disable-line no-redeclare

fluid.version = "Infusion 4.5.0";
fluid.version = "Infusion 4.6.0";

// Export this for use in environments like node.js, where it is useful for
// configuring stack trace behaviour
Expand Down

0 comments on commit 5cdc8c6

Please sign in to comment.