From ec7b1a0beb6b344b05be2b457cf6af4722162c8d Mon Sep 17 00:00:00 2001 From: Don Naegely Date: Wed, 7 May 2014 14:39:07 -0400 Subject: [PATCH] 2.2.28 Release Signed-off-by: Don Naegely --- 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 56552f02..5361ae1d 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "cilantro", - "version": "2.2.28-beta", + "version": "2.2.28", "license": "BSD", "description": "Client library for Serrano-compatible APIs", "keywords": [ diff --git a/package.json b/package.json index af08a427..9a05351d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cilantro", - "version": "2.2.28-beta", + "version": "2.2.28", "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 339d2163..399473db 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.28-beta', + version: '2.2.28', // Defines the minimum version and maximum version Serrano that this version // of Cilantro is 100% compatible with. While Cilantro will attempt to run