Skip to content

Commit 583b088

Browse files
committed
Merge branch 'development'
2 parents 3da62da + 7b76815 commit 583b088

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ModuleConfig.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ component {
1717
// Entry Point
1818
this.entryPoint = "cbsecurity";
1919
// Helpers
20-
this.applicationHelper = [ "/cbsecurity/helpers/mixins.cfm" ];
20+
this.applicationHelper = [ "helpers/mixins.cfm" ];
2121
// Dependencies
2222
this.dependencies = [ "cbauth", "jwt" ];
2323

box.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name" : "ColdBox Security",
3-
"version" : "2.0.0",
3+
"version" : "2.0.1",
44
"location" : "https://downloads.ortussolutions.com/ortussolutions/coldbox-modules/cbsecurity/@build.version@/[email protected]@.zip",
55
"author" : "Ortus Solutions.com <[email protected]",
66
"slug" : "cbsecurity",

0 commit comments

Comments
 (0)