Browse Source

Sync API version with docs and bumped to 1.4.

pull/192/head
Simon Eisenmann 10 years ago
parent
commit
4025f0fa76
  1. 2
      doc/CHANNELING-API.txt
  2. 2
      static/js/app.js

2
doc/CHANNELING-API.txt

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
Spreed WebRTC Channeling API v1.3.0
Spreed WebRTC Channeling API v1.4.0
=================================================
(c)2015 struktur AG

2
static/js/app.js

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

Loading…
Cancel
Save