Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Release 3.5.1 with #394 applied
  • Loading branch information
seancorfield committed Apr 6, 2016
1 parent a76393a commit 5c8f7d3
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions 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/",
Expand Down
2 changes: 1 addition & 1 deletion 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

Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down

0 comments on commit 5c8f7d3

Please sign in to comment.