diff --git a/src/LightDMMock.js b/src/LightDMMock.js index be489e6..2f3cefc 100644 --- a/src/LightDMMock.js +++ b/src/LightDMMock.js @@ -15,6 +15,9 @@ * var LightDMMock = LightDMMock || {}; * window.lightdm = new LightDMMock(autofill, timeout, autoGuest); * } + * If you want to use the .face images don't forget to add the path to + * LightDMMock/src to the image src. The users.json file has absolute paths + * like you would expect on a real filesystem. * * @param {boolean} autofill [wether or not the arrays for users, languages, * layouts, and sessions need to be filled with mock @@ -29,7 +32,7 @@ "use strict"; function LightDMMock(autofill, timeout, autoGuest) { - window.checkForUpdate("v1.0.0"); + window.checkForUpdate("v1.1.0"); // see