Skip to content

Commit

Permalink
updated changelog and bumped version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Havens committed Feb 28, 2012
1 parent b7a1ee4 commit 3b8807d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.txt
@@ -1,5 +1,8 @@
Mad Chatter

Version 0.3.4
- Fixed a bug that broke the ability to create a new project.

Version 0.3.1
- Fixed UI issues that caused the entire app to not work in 0.3.0 release.

Expand Down
1 change: 1 addition & 0 deletions bin/mad_chatter
Expand Up @@ -27,6 +27,7 @@ module MadChatter

desc 'preview', 'Starts both a web server and the Mad Chatter chat server'
def preview
puts 'Starting the web server at http://localhost:3000'
t1 = Thread.new { require 'mad_chatter/web_server' }
t2 = Thread.new { require 'mad_chatter'; MadChatter.start }
t2.join()
Expand Down
2 changes: 1 addition & 1 deletion lib/mad_chatter/version.rb
@@ -1,5 +1,5 @@
module MadChatter

VERSION = '0.3.3'
VERSION = '0.3.4'

end

0 comments on commit 3b8807d

Please sign in to comment.