diff --git a/lib/rand.js b/lib/rand.js index 2762d87..d8807fd 100644 --- a/lib/rand.js +++ b/lib/rand.js @@ -71,6 +71,6 @@ exports.uuidv4 = uuidv4; exports.shuffle = shuffle; exports.rotate = rotate; -exports.VERSIONINFO = "Random Module (random.js) version 0.2"; +exports.VERSIONINFO = "Random Module (rand.js) version 0.3"; exports.global = global; exports.require = global.require;