Skip to content

Commit

Permalink
Bump version to 3.0.0rc (and update URLs in package.json)
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveSanderson committed Sep 30, 2013
1 parent 34d46fc commit e1eb8cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Expand Up @@ -8,7 +8,7 @@ module.exports = function(grunt) {
pkg: grunt.file.readJSON('package.json'),
fragments: './build/fragments/',
banner: '// Knockout JavaScript library v<%= pkg.version %>\n' +
'// (c) Steven Sanderson - <%= pkg.url %>\n' +
'// (c) Steven Sanderson - <%= pkg.homepage %>\n' +
'// License: <%= pkg.licenses[0].type %> (<%= pkg.licenses[0].url %>)\n\n',

checktrailingspaces: {
Expand Down
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -2,7 +2,7 @@
"name": "knockout",
"description": "Knockout makes it easier to create rich, responsive UIs with JavaScript",
"homepage": "http://knockoutjs.com/",
"version": "3.0.0beta",
"version": "3.0.0rc",
"license": "MIT",
"author": "The Knockout.js team",
"main": "build/output/knockout-latest.debug.js",
Expand All @@ -12,9 +12,9 @@
},
"repository": {
"type": "git",
"url": "https://github.com/SteveSanderson/knockout.git"
"url": "https://github.com/knockout/knockout.git"
},
"bugs": "https://github.com/SteveSanderson/knockout/issues",
"bugs": "https://github.com/knockout/knockout/issues",
"testling": {
"preprocess": "build/build.sh",
"html": "spec/runner.html?src=build/output/knockout-latest.js&testling=true",
Expand Down

0 comments on commit e1eb8cc

Please sign in to comment.