diff --git a/cryptex/play.php b/cryptex/play.php
index 8c199ec..4ce0e38 100755
--- a/cryptex/play.php
+++ b/cryptex/play.php
@@ -253,7 +253,7 @@ width: 240pt;
style="font-weight: bold; text-transform:uppercase;" autocomplete="off">
diff --git a/version.php b/version.php
index cd2cda8..fe68b0d 100755
--- a/version.php
+++ b/version.php
@@ -22,10 +22,10 @@ if( !isset( $plugin))
$useplugin = 2;
$plugin->component = 'mod_game'; // Full name of the plugin (used for diagnostics)
-$plugin->version = 2015071205; // The current module version (Date: YYYYMMDDXX)
+$plugin->version = 2015071206; // The current module version (Date: YYYYMMDDXX)
$plugin->requires = 2010112400; // Requires Moodle 2.0
$plugin->cron = 0; // Period for cron to check this module (secs)
-$plugin->release = '3.30.12.5';
+$plugin->release = '3.30.12.6';
if( $useplugin != 2)
$module = $plugin;