diff --git a/bower.json b/bower.json index 87581b04..50690026 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "cilantro", - "version": "2.2.19-beta", + "version": "2.2.19", "license": "BSD", "description": "Client library for Serrano-compatible APIs", "keywords": [ diff --git a/package.json b/package.json index e3eb0a9f..f4a0b539 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cilantro", - "version": "2.2.19-beta", + "version": "2.2.19", "license": "BSD", "description": "Client library for Serrano-compatible APIs", "homepage": "https://github.com/cbmi/cilantro", @@ -48,4 +48,4 @@ "semver-utils": "~1.1.0", "shelljs": "~0.2.6" } -} +} \ No newline at end of file diff --git a/src/js/cilantro/core.js b/src/js/cilantro/core.js index 8f277274..a2ae108e 100644 --- a/src/js/cilantro/core.js +++ b/src/js/cilantro/core.js @@ -14,7 +14,7 @@ define([ var cilantro = { // Version of cilantro - version: '2.2.19-beta', + version: '2.2.19', // Defines the minimum version and maximum version Serrano that this version // of Cilantro is 100% compatible with. While Cilantro will attempt to run