Skip to content

Commit 79e5cd1

Browse files
author
Tony Junkes
committed
Fix for Issue #6
Fixed the example application setting for subsystems in the subsystem template.
1 parent 129e009 commit 79e5cd1

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

ModuleConfig.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ component {
55
"skeletons": "#modulePath#/resources/skeletons/",
66
"templates": "#modulePath#/resources/templates/"
77
},
8-
"version": "2.1.0"
8+
"version": "2.1.1"
99
};
1010
}
1111

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# fw1-commands (v2.1.0)
1+
# FW/1 Commands
22
### A collection of CommandBox commands for working with FW/1
33

44
## Installation

box.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name" : "FW/1 Commands",
33
"slug" : "fw1-commands",
4-
"version" : "2.1.0",
4+
"version" : "2.1.1",
55
"author" : "Tony Junkes - @cfchef",
66
"location" : "https://github.com/framework-one/fw1-commands/archive/master.zip",
77
"Homepage" : "https://github.com/framework-one/fw1-commands",

resources/skeletons/Subsystem.zip

-1 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)