Skip to content

Commit 5b2e419

Browse files
committed
wrong version number changes
1 parent d215c12 commit 5b2e419

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/cbjavaloader/ModuleConfig.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ component {
1010
this.author = "Ortus Solutions";
1111
this.webURL = "http://www.ortussolutions.com";
1212
this.description = "A JavaLoader Module for ColdBox";
13-
this.version = "@version.number@[email protected]@";
13+
this.version = "@build.version@[email protected]@";
1414
// If true, looks for views in the parent first, if not found, then in the module. Else vice-versa
1515
this.viewParentLookup = true;
1616
// If true, looks for layouts in the parent first, if not found, then in module. Else vice-versa

modules/cbjavaloader/box.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name" : "JavaLoader",
33
"author" : "Ortus Solutions.com <[email protected]>",
4-
"version" : "@version.number@[email protected]@",
4+
"version" : "@build.version@[email protected]@",
55
"location" : "http://downloads.ortussolutions.com/ortussolutions/coldbox-modules/cbjavaloader/@build.version@/[email protected]@.zip",
66
"slug" : "cbjavaloader",
77
"type" : "modules",

0 commit comments

Comments
 (0)