diff --git a/bower.json b/bower.json index c67ba33a..b3cfcba4 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "cilantro", - "version": "2.2.23-beta", + "version": "2.2.23", "license": "BSD", "description": "Client library for Serrano-compatible APIs", "keywords": [ diff --git a/package.json b/package.json index 0b3f2d7f..9610c0ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cilantro", - "version": "2.2.23-beta", + "version": "2.2.23", "license": "BSD", "description": "Client library for Serrano-compatible APIs", "homepage": "https://github.com/cbmi/cilantro", @@ -51,4 +51,4 @@ "grunt-amdcheck": "^0.2.2", "jshint-stylish": "^0.1.5" } -} +} \ No newline at end of file diff --git a/src/js/cilantro/core.js b/src/js/cilantro/core.js index 1b45c2d9..7280a52f 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.23-beta', + version: '2.2.23', // Defines the minimum version and maximum version Serrano that this version // of Cilantro is 100% compatible with. While Cilantro will attempt to run