summaryrefslogtreecommitdiff
path: root/frontend/static/js/register.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/static/js/register.js')
-rw-r--r--frontend/static/js/register.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/static/js/register.js b/frontend/static/js/register.js
index 1818962..87923b5 100644
--- a/frontend/static/js/register.js
+++ b/frontend/static/js/register.js
@@ -19,7 +19,7 @@ function supports_html5_storage ()
function noop() { return false }
var API =
{
- HEADER: "#@scanjam 0.2",
+ HEADER: "#@scanjam 0.3b",
LIKE_STRING: "like",
HAS_LOCAL_STORAGE: supports_html5_storage(),
BASE_URL: "http://scannerjammer.fm",