Skip to content

Commit

Permalink
Updated version.
Browse files Browse the repository at this point in the history
  • Loading branch information
publickeating committed Jan 8, 2015
1 parent 5f08760 commit bc87166
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frameworks/runtime/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ window.SproutCore = window.SproutCore || SC;
// rest of the methods go into the mixin defined below.

/**
@version 1.11.0.rc2
@version 1.11.0.rc3
@namespace
All SproutCore methods and functions are defined
Expand All @@ -56,7 +56,7 @@ window.SproutCore = window.SproutCore || SC;
*/
SC = window.SC; // This is dumb but necessary for jsdoc to get it right

SC.VERSION = '1.11.0.rc2';
SC.VERSION = '1.11.0.rc3';

/**
@private
Expand Down

0 comments on commit bc87166

Please sign in to comment.