Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jfd committed Jun 28, 2010
1 parent bdb046f commit 03c509f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version 1.0
- (general) Now supports new Websocket protocol (v76)

- (client) Fixed audio problem that prevented Chrome from playing sounds.
- (client) Fixed performance issue in Chrome (removed background image)

Version 0.9
- (general) New, more realistic, collision system in place (thanks lahjnus)
- (general) Improved network protocol
Expand Down
2 changes: 1 addition & 1 deletion client/wpilot.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//
// Copyright (c) 2010 Johan Dahlberg
//
var CLIENT_VERSION = '1.0b1';
var CLIENT_VERSION = '1.0';

var GRID_CELL_SIZE = 250,
GRID_CELL_COLOR = 'rgba(255,255,255,0.2)';
Expand Down
2 changes: 1 addition & 1 deletion wpilots.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var sys = require('sys'),
// Define aliases
var _ = match.incl;

const SERVER_VERSION = '1.0b1';
const SERVER_VERSION = '1.0';

// Message priorities. High priority messages are sent to client no mather
// what. Low priority messages are sent only if client can afford them.
Expand Down

0 comments on commit 03c509f

Please sign in to comment.