Skip to content

Commit

Permalink
Fix to bin; move version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Davis W. Frank committed May 3, 2011
1 parent c3ec636 commit 4a6ab15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/keydown
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
require 'rubygems'
require 'keydown'

Keydown.start
Keydown::Tasks.start

2 changes: 1 addition & 1 deletion lib/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Keydown
VERSION = "0.7.0"
VERSION = "0.5.0"
end

0 comments on commit 4a6ab15

Please sign in to comment.