Skip to content

Commit 0321c44

Browse files
committed
version bump for 1.2
1 parent 3237ab0 commit 0321c44

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

modules/cbdebugger/ModuleConfig.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ component {
1111
this.author = "Curt Gratz";
1212
this.webURL = "http://www.coldbox.org";
1313
this.description = "The ColdBox Debugger Module";
14-
this.version = "1.1[email protected]@";
14+
this.version = "1.2[email protected]@";
1515
// If true, looks for views in the parent first, if not found, then in the module. Else vice-versa
1616
this.viewParentLookup = true;
1717
// If true, looks for layouts in the parent first, if not found, then in module. Else vice-versa

modules/cbdebugger/box.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name" : "ColdBox Debugger",
3-
"version" : "1.1.0",
3+
"version" : "1.2.0",
44
"author" : "Curt Gratz <[email protected]",
55
"slug" : "cbdebugger",
66
"type" : "modules",
77
"homepage" : "http://www.coldbox.org",
8-
"documentation" : "http://wiki.coldbox.org",
8+
"documentation" : "https://github.com/ColdBox/cbox-debugger",
99
"repository" : { "type" : "git", "url" : "https://github.com/ColdBox/cbox-debugger" },
1010
"shortDescription" : "The official ColdBox 4 debugger module",
1111
"license" : [
@@ -16,7 +16,6 @@
1616
],
1717
"engines" : [
1818
{ "type" : "lucee", "version" : ">4.5" },
19-
{ "type" : "railo", "version" : ">4.1" },
2019
{ "type" : "adobe", "version" : ">9.02" }
2120
],
2221
"testbox" : {

modules/cbdebugger/changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
CHANGELOG
22
=========
3+
##1.2.0
4+
35
##1.1.0
46
* https://ortussolutions.atlassian.net/browse/CCM-14 Issue with unloading modules
57
* https://ortussolutions.atlassian.net/browse/CCM-25 Lucee support

workbench/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- Version: UPDATE ON EACH RELEASE AS NEEDED -->
44
<property name="project.name" value="cbdebugger" />
55
<property name="module.name" value="cbdebugger" />
6-
<property name="project.version" value="1.1.0"/>
6+
<property name="project.version" value="1.2.0"/>
77
<property name="groupID" value="ortussolutions" />
88

99
<!-- Build Labels -->

0 commit comments

Comments
 (0)