Skip to content

Commit d79e364

Browse files
committed
Version bump to 1.7.1.beta
1 parent 851086c commit d79e364

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Diff for: CHANGELOG.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
CHANGE LOG FOR 1.6
2-
==================
1+
CHANGE LOG FOR 1.6+
2+
===================
33

4-
1.7.0
5-
-----
4+
1.7.1.beta
5+
----------
66

77
### MINOR FEATURES
88

Diff for: frameworks/runtime/core.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ window.SproutCore = window.SproutCore || SC ;
3939
// rest of the methods go into the mixin defined below.
4040

4141
/**
42-
@version 1.7.0
42+
@version 1.7.1.beta
4343
@namespace
4444
4545
All SproutCore methods and functions are defined
@@ -59,7 +59,7 @@ window.SproutCore = window.SproutCore || SC ;
5959
*/
6060
SC = window.SC; // This is dumb but necessary for jsdoc to get it right
6161

62-
SC.VERSION = '1.7.0';
62+
SC.VERSION = '1.7.1.beta';
6363

6464
/**
6565
@private

0 commit comments

Comments
 (0)