Skip to content

Commit

Permalink
Merge pull request #6 from coldbox-modules/development
Browse files Browse the repository at this point in the history
v3.0.2
  • Loading branch information
lmajano authored Jun 1, 2022
2 parents 303216c + e4b968e commit 3fc41f6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions box.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name":"BCrypt",
"version":"3.0.1",
"version":"3.1.0",
"location":"https://downloads.ortussolutions.com/ortussolutions/coldbox-modules/bcrypt/@build.version@/[email protected]@.zip",
"author":"Ortus Solutions <[email protected]>",
"homepage":"https://github.com/coldbox-modules/bcrypt",
Expand All @@ -9,6 +9,12 @@
"type":"git",
"url":"https://github.com/coldbox-modules/bcrypt"
},
"license":[
{
"type":"MIT",
"URL":"https://github.com/coldbox-modules/bcrypt/LICENSE"
}
],
"bugs":"https://ortussolutions.atlassian.net/secure/RapidBoard.jspa?projectKey=CCM",
"slug":"BCrypt",
"shortDescription":"A ColdBox module for BCrypt. Creates cryptographically strong (and slow) password hashes.",
Expand All @@ -33,4 +39,4 @@
"format:watch":"cfformat watch *.cfc,models/,test-harness/tests/specs ./.cfformat.json",
"format:check":"cfformat check *.cfc,models/,test-harness/tests/specs"
}
}
}
2 changes: 1 addition & 1 deletion models/BCrypt.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ component singleton threadsafe{

// DI
property name="javaLoader" inject="loader@cbjavaloader";
property name="settings" inject="coldbox:modulesettings:bcrypt";
property name="settings" inject="box:modulesettings:bcrypt";

/**
* Constructor
Expand Down

0 comments on commit 3fc41f6

Please sign in to comment.