From 1802a93ad56972426af5f16be23f1454f32e3bbf Mon Sep 17 00:00:00 2001 From: Byron Ruth Date: Fri, 28 Mar 2014 13:20:21 -0400 Subject: [PATCH] 2.2.22 Release Signed-off-by: Byron Ruth --- bower.json | 2 +- package.json | 2 +- src/js/cilantro/core.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index bb6db13e..14e5cf1e 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "cilantro", - "version": "2.2.22-beta", + "version": "2.2.22", "license": "BSD", "description": "Client library for Serrano-compatible APIs", "keywords": [ diff --git a/package.json b/package.json index 7474f778..1132294e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cilantro", - "version": "2.2.22-beta", + "version": "2.2.22", "license": "BSD", "description": "Client library for Serrano-compatible APIs", "homepage": "https://github.com/cbmi/cilantro", diff --git a/src/js/cilantro/core.js b/src/js/cilantro/core.js index 9b82fb07..710eb7ff 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.22-beta', + version: '2.2.22', // Defines the minimum version and maximum version Serrano that this version // of Cilantro is 100% compatible with. While Cilantro will attempt to run