diff --git a/box.json b/box.json index 21ce9575..37811d60 100644 --- a/box.json +++ b/box.json @@ -1,9 +1,9 @@ { "name" : "Framework One", "slug" : "fw1", - "version" : "3.5.0", + "version" : "3.5.1", "author" : "Sean Corfield, Marcin Szczepanski, Ryan Cogswell", - "location" : "https://github.com/framework-one/fw1/archive/v3.5.0.zip", + "location" : "https://github.com/framework-one/fw1/archive/v3.5.1.zip", "createPackageDirectory" : true, "packageDirectory" : "framework", "Homepage" : "http://framework-one.github.io/", diff --git a/framework/Application.cfc b/framework/Application.cfc index fe7c6c5d..f41b4560 100644 --- a/framework/Application.cfc +++ b/framework/Application.cfc @@ -1,5 +1,5 @@ component { - // Version: FW/1 3.5.0 + // Version: FW/1 3.5.1 // copy this to your application root to use as your Application.cfc // or incorporate the logic below into your existing Application.cfc diff --git a/framework/MyApplication.cfc b/framework/MyApplication.cfc index 607f5959..e65721ad 100644 --- a/framework/MyApplication.cfc +++ b/framework/MyApplication.cfc @@ -1,5 +1,5 @@ component extends="framework.one" { - // Version: FW/1 3.5.0 + // Version: FW/1 3.5.1 // if you need to provide extension points, copy this to // your web root, next to your Application.cfc, and add diff --git a/framework/WireBoxAdapter.cfc b/framework/WireBoxAdapter.cfc index b22004d8..3aa7a018 100644 --- a/framework/WireBoxAdapter.cfc +++ b/framework/WireBoxAdapter.cfc @@ -1,5 +1,5 @@ component extends="wirebox.system.ioc.Injector" { - variables._fw1_version = "3.5.0"; + variables._fw1_version = "3.5.1"; /* Copyright (c) 2010-2015, Sean Corfield diff --git a/framework/aop.cfc b/framework/aop.cfc index e7e5452e..7d44795e 100755 --- a/framework/aop.cfc +++ b/framework/aop.cfc @@ -1,5 +1,5 @@ component extends="framework.ioc" { - variables._fw1_version = "3.5.0"; + variables._fw1_version = "3.5.1"; variables._aop1_version = "2.0.1"; /* Copyright (c) 2013-2015, Mark Drew, Sean Corfield, Daniel Budde diff --git a/framework/beanProxy.cfc b/framework/beanProxy.cfc index 8b5a44d1..db6e1056 100755 --- a/framework/beanProxy.cfc +++ b/framework/beanProxy.cfc @@ -1,5 +1,5 @@ component { - variables._fw1_version = "3.5.0"; + variables._fw1_version = "3.5.1"; variables._aop1_version = "2.0.1"; /* Copyright (c) 2013-2015, Mark Drew, Sean Corfield, Daniel Budde diff --git a/framework/cfmljure.cfc b/framework/cfmljure.cfc index 071797f1..25382080 100644 --- a/framework/cfmljure.cfc +++ b/framework/cfmljure.cfc @@ -1,5 +1,5 @@ component { - variables._fw1_version = "3.5.0"; + variables._fw1_version = "3.5.1"; variables._cfmljure_version = "1.0.0"; /* Copyright (c) 2012-2015, Sean Corfield diff --git a/framework/cljcontroller.cfc b/framework/cljcontroller.cfc index f6c9da3a..692dfc2d 100644 --- a/framework/cljcontroller.cfc +++ b/framework/cljcontroller.cfc @@ -1,5 +1,5 @@ component { - variables._fw1_version = "3.5.0"; + variables._fw1_version = "3.5.1"; variables._ioclj_version = "1.0.0"; /* Copyright (c) 2015, Sean Corfield diff --git a/framework/ioc.cfc b/framework/ioc.cfc index 0e4af7fd..812771d1 100644 --- a/framework/ioc.cfc +++ b/framework/ioc.cfc @@ -1,5 +1,5 @@ component { - variables._fw1_version = "3.5.0"; + variables._fw1_version = "3.5.1"; variables._di1_version = "1.1.1"; /* Copyright (c) 2010-2015, Sean Corfield diff --git a/framework/ioclj.cfc b/framework/ioclj.cfc index a8615b02..2014c990 100644 --- a/framework/ioclj.cfc +++ b/framework/ioclj.cfc @@ -1,5 +1,5 @@ component extends=framework.ioc { - variables._fw1_version = "3.5.0"; + variables._fw1_version = "3.5.1"; variables._ioclj_version = "1.0.0"; /* Copyright (c) 2015, Sean Corfield diff --git a/framework/one.cfc b/framework/one.cfc index d2d9d6a2..da13036d 100644 --- a/framework/one.cfc +++ b/framework/one.cfc @@ -1,5 +1,5 @@ component { - variables._fw1_version = "3.5.0"; + variables._fw1_version = "3.5.1"; /* Copyright (c) 2009-2015, Sean Corfield, Marcin Szczepanski, Ryan Cogswell