Browse Source

Bumped api version because of new service.

pull/152/head
Simon Eisenmann 11 years ago
parent
commit
ca836f0088
  1. 2
      static/js/app.js

2
static/js/app.js

@ -181,7 +181,7 @@ define([ @@ -181,7 +181,7 @@ define([
// Our API version as float. This value is incremented on
// breaking changes to plugins can check on it.
var apiversion = 1.0;
var apiversion = 1.1;
var initialize = function(app) {

Loading…
Cancel
Save