Skip to content

Commit

Permalink
Fixed package.json file and synchronized version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
josephg committed Oct 8, 2011
1 parent 6db3996 commit 7f2d728
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -16,7 +16,7 @@
"connect": ">= 1.1.1 < 2.0.0",
"optimist": ">= 0.2.4",
"uglify-js": "~1",
"coffee-script": "> 1.1.0"
"coffee-script": "> 1.1.0",
"hat": "*"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/client/web-prelude.coffee
Expand Up @@ -2,7 +2,7 @@

# This way all the modules can add stuff to exports, and for the web client they'll all get exported.
window.sharejs = exports =
'version': '0.4.1'
'version': '0.5.0'

# This is compiled out when compiled with uglifyjs, but its important for the share.uncompressed.js.
#
Expand Down
2 changes: 1 addition & 1 deletion src/index.coffee
Expand Up @@ -2,4 +2,4 @@ exports.server = require './server'
exports.client = require './client'
exports.types = require './types'

exports.version = '0.4.1'
exports.version = '0.5.0'

0 comments on commit 7f2d728

Please sign in to comment.