Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Commit

Permalink
2.2.23 Release
Browse files Browse the repository at this point in the history
Signed-off-by: Byron Ruth <[email protected]>
  • Loading branch information
bruth committed Mar 31, 2014
1 parent 7508449 commit 9b23121
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -51,4 +51,4 @@
"grunt-amdcheck": "^0.2.2",
"jshint-stylish": "^0.1.5"
}
}
}
2 changes: 1 addition & 1 deletion src/js/cilantro/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9b23121

Please sign in to comment.