Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Commit

Permalink
Update version header to 2.1.0 and rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveSanderson committed May 8, 2012
1 parent bbc3b9a commit 203e2f3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion build/fragments/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.0rc2
2.1.0
4 changes: 2 additions & 2 deletions build/output/knockout-latest.debug.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Knockout JavaScript library v2.1.0rc2
// Knockout JavaScript library v2.1.0
// (c) Steven Sanderson - http://knockoutjs.com/
// License: MIT (http://www.opensource.org/licenses/mit-license.php)

Expand Down Expand Up @@ -36,7 +36,7 @@ ko.exportSymbol = function(koPath, object) {
ko.exportProperty = function(owner, publicName, object) {
owner[publicName] = object;
};
ko.version = "2.1.0rc2";
ko.version = "2.1.0";

ko.exportSymbol('version', ko.version);
ko.utils = new (function () {
Expand Down
Loading

0 comments on commit 203e2f3

Please sign in to comment.