Skip to content

Commit

Permalink
FW/1 4.1.0 release version
Browse files Browse the repository at this point in the history
  • Loading branch information
seancorfield committed Jul 2, 2017
1 parent 99fd29e commit 20c0932
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion framework/Application.cfc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
component {
// Version: FW/1 4.1.0-rc2
// Version: FW/1 4.1.0

// 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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
component extends="framework.one" {
// Version: FW/1 4.1.0-rc2
// Version: FW/1 4.1.0

// 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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
component extends="wirebox.system.ioc.Injector" {
variables._fw1_version = "4.1.0-rc2";
variables._fw1_version = "4.1.0";
/*
Copyright (c) 2010-2017, Sean Corfield
Expand Down
4 changes: 2 additions & 2 deletions framework/aop.cfc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
component extends="framework.ioc" {
variables._fw1_version = "4.1.0-rc2";
variables._aop1_version = "2.0.3-rc2";
variables._fw1_version = "4.1.0";
variables._aop1_version = "2.0.3";
/*
Copyright (c) 2013-2017, Mark Drew, Sean Corfield, Daniel Budde
Expand Down
4 changes: 2 additions & 2 deletions framework/beanProxy.cfc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
component {
variables._fw1_version = "4.1.0-rc2";
variables._aop1_version = "2.0.3-rc2";
variables._fw1_version = "4.1.0";
variables._aop1_version = "2.0.3";
/*
Copyright (c) 2013-2017, Mark Drew, Sean Corfield, Daniel Budde
Expand Down
2 changes: 1 addition & 1 deletion framework/facade.cfc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
component {
variables._fw1_version = "4.1.0-rc2";
variables._fw1_version = "4.1.0";
/*
Copyright (c) 2016-2017, Sean Corfield
Expand Down
4 changes: 2 additions & 2 deletions framework/ioc.cfc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
component {
variables._fw1_version = "4.1.0-rc2";
variables._di1_version = "1.3.0-rc2";
variables._fw1_version = "4.1.0";
variables._di1_version = "1.3.0";
/*
Copyright (c) 2010-2017, Sean Corfield
Expand Down
2 changes: 1 addition & 1 deletion framework/methodProxy.cfc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
component {
variables._fw1_version = "4.1.0-rc2";
variables._fw1_version = "4.1.0";
/*
Copyright (c) 2017, Sean Corfield
Expand Down
2 changes: 1 addition & 1 deletion framework/one.cfc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
component {
variables._fw1_version = "4.1.0-rc2";
variables._fw1_version = "4.1.0";
/*
Copyright (c) 2009-2017, Sean Corfield, Marcin Szczepanski, Ryan Cogswell
Expand Down

0 comments on commit 20c0932

Please sign in to comment.