Index: build-scripts/build.properties =================================================================== --- build-scripts/build.properties (revision 10008) +++ build-scripts/build.properties (working copy) @@ -1,5 +1,5 @@ -fluid_version = 1.1.2 +fluid_version = 1.1.3 Index: pom.xml =================================================================== --- pom.xml (revision 10008) +++ pom.xml (working copy) @@ -7,7 +7,7 @@ fluid-components org.fluidproject - 1.1.2 + 1.1.3 Fluid Project Index: project.xml =================================================================== --- project.xml (revision 10008) +++ project.xml (working copy) @@ -4,7 +4,7 @@ fluid-components Fluid Infusion org.fluidproject - 1.1.2 + 1.1.3 Fluid Project http://fluidproject.org Index: README.txt =================================================================== --- README.txt (revision 10008) +++ README.txt (working copy) @@ -1,9 +1,9 @@ -Fluid Infusion 1.1.2 +Fluid Infusion 1.1.3 ==================== Main Project Site: http://fluidproject.org Documentation: http://wiki.fluidproject.org/display/fluid/Infusion+Documentation -What's New in 1.1.2 +What's New in 1.1.3 =================== This release: @@ -20,8 +20,8 @@ ====================== This release is available in two forms: - Deployment Bundle - infusion-1.1.2.zip - Source Code Bundle - infusion-1.1.2-src.zip + Deployment Bundle - infusion-1.1.3.zip + Source Code Bundle - infusion-1.1.3-src.zip In addition to source code, samples and tests, both bundles include at the top level a single JavaScript file @@ -32,7 +32,7 @@ this script is compressed and suitable for production use. The Deployment Bundle also includes a WAR file suitable for deployment in Java-based containers: - fluid-components-1.1.2.war + fluid-components-1.1.3.war Source Code ----------- Index: src/webapp/framework/core/js/Fluid.js =================================================================== --- src/webapp/framework/core/js/Fluid.js (revision 10008) +++ src/webapp/framework/core/js/Fluid.js (working copy) @@ -19,7 +19,7 @@ (function ($, fluid) { - fluid.version = "Infusion 1.1.2"; + fluid.version = "Infusion 1.1.3"; /** * Causes an error message to be logged to the console and a real runtime error to be thrown.