Update checkver regex

Add class to <p> tag.
This commit is contained in:
Pablo Crivella 2014-08-01 17:49:59 -04:00
parent 78cb4499db
commit 538bf841cb

View File

@ -25,5 +25,5 @@
} }
}, },
"env_add_path": ".", "env_add_path": ".",
"checkver": "<p>Current Version: v([0-9\\.]+)</p>" "checkver": "<p class=\"version\">Current Version: v([0-9\\.]+)</p>"
} }