Skip to content

Commit

Permalink
version bump, check moz5
Browse files Browse the repository at this point in the history
close #27
all view controller ready
  • Loading branch information
yyfearth committed Mar 7, 2012
1 parent 8c3280c commit 4e45b95
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.cson
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: 'madtalk'
description: 'MadTalk'
keywords: ['madtalk', 'chat', 'markdown', 'coffee', 'stylus', 'coffeekup']
version: '0.4.0'
version: '0.5.0'
author: 'Wilson Young <yyfearth@gmail.com>'
contributors: [
name: 'Wilson Young'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"name":"madtalk","description":"MadTalk","keywords":["madtalk","chat","markdown","coffee","stylus","coffeekup"],"version":"0.4.0","author":"Wilson Young <yyfearth@gmail.com>","contributors":[{"name":"Wilson Young","email":"yyfearth@gmail.com"},{"name":"Mason Wan","email":"masonaxcte@gmail.com"}],"scripts":{"start":"node server/app.js","test":"coffee src/dev.coffee"},"main":"app.js","license":["MIT","BSD"],"dependencies":{"socket.io":">=0.8.7","express":">=2.5.8"},"devDependencies":{"extra-coffee-script":"latest","socket.io":">=0.8.7","stylus":">=0.19.0","coffeekup":">=0.3.1","uglify-js":">=1.2.5","vows":"0.6.x"}}
{"name":"madtalk","description":"MadTalk","keywords":["madtalk","chat","markdown","coffee","stylus","coffeekup"],"version":"0.5.0","author":"Wilson Young <yyfearth@gmail.com>","contributors":[{"name":"Wilson Young","email":"yyfearth@gmail.com"},{"name":"Mason Wan","email":"masonaxcte@gmail.com"}],"scripts":{"start":"node server/app.js","test":"coffee src/dev.coffee"},"main":"app.js","license":["MIT","BSD"],"dependencies":{"socket.io":">=0.8.7","express":">=2.5.8"},"devDependencies":{"extra-coffee-script":"latest","socket.io":">=0.8.7","stylus":">=0.19.0","coffeekup":">=0.3.1","uglify-js":">=1.2.5","vows":"0.6.x"}}
3 changes: 3 additions & 0 deletions src/dev.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ chk_ua = (req, res) ->
else if /opera/i.test ua
res.end 'This WebApp does not support Opera!'
false
else if /Mozilla\/4/i.test ua
res.end 'This WebApp does not support your browser! \nIt seems your browser is out of date.'
false
else
true

Expand Down

0 comments on commit 4e45b95

Please sign in to comment.