We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 851086c commit d79e364Copy full SHA for d79e364
CHANGELOG.md
@@ -1,8 +1,8 @@
1
-CHANGE LOG FOR 1.6
2
-==================
+CHANGE LOG FOR 1.6+
+===================
3
4
-1.7.0
5
------
+1.7.1.beta
+----------
6
7
### MINOR FEATURES
8
frameworks/runtime/core.js
@@ -39,7 +39,7 @@ window.SproutCore = window.SproutCore || SC ;
39
// rest of the methods go into the mixin defined below.
40
41
/**
42
- @version 1.7.0
+ @version 1.7.1.beta
43
@namespace
44
45
All SproutCore methods and functions are defined
@@ -59,7 +59,7 @@ window.SproutCore = window.SproutCore || SC ;
59
*/
60
SC = window.SC; // This is dumb but necessary for jsdoc to get it right
61
62
-SC.VERSION = '1.7.0';
+SC.VERSION = '1.7.1.beta';
63
64
65
@private
0 commit comments