Skip to content

Commit 3a3235a

Browse files
committed
Prep for 4.0.0 Beta 2
1 parent 79087f6 commit 3a3235a

9 files changed

+15
-15
lines changed

framework/WireBoxAdapter.cfc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
component extends="wirebox.system.ioc.Injector" {
2-
variables._fw1_version = "4.0.0-snapshot";
2+
variables._fw1_version = "4.0.0-beta2";
33
/*
44
Copyright (c) 2010-2016, Sean Corfield
55

framework/aop.cfc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
component extends="framework.ioc" {
2-
variables._fw1_version = "4.0.0-snapshot";
3-
variables._aop1_version = "2.0.2-snapshot";
2+
variables._fw1_version = "4.0.0-beta2";
3+
variables._aop1_version = "2.0.2-beta2";
44
/*
55
Copyright (c) 2013-2016, Mark Drew, Sean Corfield, Daniel Budde
66

framework/beanProxy.cfc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
component {
2-
variables._fw1_version = "4.0.0-snapshot";
3-
variables._aop1_version = "2.0.2-snapshot";
2+
variables._fw1_version = "4.0.0-beta2";
3+
variables._aop1_version = "2.0.2-beta2";
44
/*
55
Copyright (c) 2013-2016, Mark Drew, Sean Corfield, Daniel Budde
66

framework/cfmljure.cfc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
component {
2-
variables._fw1_version = "4.0.0-snapshot";
3-
variables._cfmljure_version = "1.1.0-snapshot";
2+
variables._fw1_version = "4.0.0-beta2";
3+
variables._cfmljure_version = "1.1.0-beta2";
44
/*
55
Copyright (c) 2012-2016, Sean Corfield
66

framework/cljcontroller.cfc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
component {
2-
variables._fw1_version = "4.0.0-snapshot";
3-
variables._ioclj_version = "1.0.1-snapshot";
2+
variables._fw1_version = "4.0.0-beta2";
3+
variables._ioclj_version = "1.0.1-beta2";
44
/*
55
Copyright (c) 2015-2016, Sean Corfield
66

framework/facade.cfc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
component {
2-
variables._fw1_version = "4.0.0-snapshot";
2+
variables._fw1_version = "4.0.0-beta2";
33
/*
44
Copyright (c) 2016, Sean Corfield
55

framework/ioc.cfc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
component {
2-
variables._fw1_version = "4.0.0-snapshot";
3-
variables._di1_version = "1.2.0-snapshot";
2+
variables._fw1_version = "4.0.0-beta2";
3+
variables._di1_version = "1.2.0-beta2";
44
/*
55
Copyright (c) 2010-2016, Sean Corfield
66

framework/ioclj.cfc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
component extends=framework.ioc {
2-
variables._fw1_version = "4.0.0-snapshot";
3-
variables._ioclj_version = "1.1.0-snapshot";
2+
variables._fw1_version = "4.0.0-beta2";
3+
variables._ioclj_version = "1.1.0-beta2";
44
/*
55
Copyright (c) 2015-2016, Sean Corfield
66

framework/one.cfc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
component {
2-
variables._fw1_version = "4.0.0-snapshot";
2+
variables._fw1_version = "4.0.0-beta2";
33
/*
44
Copyright (c) 2009-2016, Sean Corfield, Marcin Szczepanski, Ryan Cogswell
55

0 commit comments

Comments
 (0)