Skip to content

Commit

Permalink
Mark 4.3.0 as final
Browse files Browse the repository at this point in the history
  • Loading branch information
sneiland committed Jun 13, 2021
1 parent 5679e60 commit 3a9d250
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion box.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name":"Framework One",
"slug":"fw1",
"version":"4.3.0-Beta2",
"version":"4.3.0",
"author":"Sean Corfield, Marcin Szczepanski, Ryan Cogswell",
"location":"framework-one/fw1#develop",
"createPackageDirectory":true,
Expand Down
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.3.0-Beta2
// Version: FW/1 4.3.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/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.3.0-Beta2";
variables._fw1_version = "4.3.0";
/*
Copyright (c) 2010-2018, Sean Corfield
Expand Down
2 changes: 1 addition & 1 deletion framework/aop.cfc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
component extends="framework.ioc" {
variables._fw1_version = "4.3.0-Beta2";
variables._fw1_version = "4.3.0";
variables._aop1_version = variables._fw1_version;
/*
Copyright (c) 2013-2018, Mark Drew, Sean Corfield, Daniel Budde
Expand Down
2 changes: 1 addition & 1 deletion framework/beanProxy.cfc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
component {
variables._fw1_version = "4.3.0-Beta2";
variables._fw1_version = "4.3.0";
variables._aop1_version = variables._fw1_version;
/*
Copyright (c) 2013-2018, 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.3.0-Beta2";
variables._fw1_version = "4.3.0";
/*
Copyright (c) 2016-2018, Sean Corfield
Expand Down
2 changes: 1 addition & 1 deletion framework/ioc.cfc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
component {
variables._fw1_version = "4.3.0-Beta2";
variables._fw1_version = "4.3.0";
variables._di1_version = variables._fw1_version;
/*
Copyright (c) 2010-2018, 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.3.0-Beta2";
variables._fw1_version = "4.3.0";
/*
Copyright (c) 2018, 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.3.0-Beta2";
variables._fw1_version = "4.3.0";
/*
Copyright (c) 2009-2018, Sean Corfield, Marcin Szczepanski, Ryan Cogswell
Expand Down

0 comments on commit 3a9d250

Please sign in to comment.