Skip to content

Commit

Permalink
Fixed version number
Browse files Browse the repository at this point in the history
  • Loading branch information
josephg committed Jul 14, 2012
1 parent e030355 commit 98535dd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/client/web-prelude.coffee
Original file line number Diff line number Diff line change
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.5.0-pre'
'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
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ exports.server = require './server'
exports.client = require './client'
exports.types = require './types'

exports.version = '0.5.0-pre'
exports.version = '0.5.0'
Loading

0 comments on commit 98535dd

Please sign in to comment.