Skip to content

Commit

Permalink
Version 4.1.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
seancorfield committed Jun 16, 2017
1 parent 7e08197 commit 12a4189
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion framework/Application.cfc
@@ -1,5 +1,5 @@
component {
// Version: FW/1 4.1.0-SNAPSHOT
// Version: FW/1 4.1.0-rc1

// 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 4.1.0-SNAPSHOT
// Version: FW/1 4.1.0-rc1

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

0 comments on commit 12a4189

Please sign in to comment.