version tick

This commit is contained in:
Jeff Lindsay 2010-05-12 16:24:20 -07:00
parent c78ab6ee79
commit 9232fbb058
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
README
Rakefile
lib/localtunnel.rb
bin/localtunnel
server.py
Manifest

View File

@ -2,7 +2,7 @@ require 'rubygems'
require 'rake'
require 'echoe'
Echoe.new('localtunnel', '0.1') do |p|
Echoe.new('localtunnel', '0.2') do |p|
p.description = "instant reverse tunnel for local web servers"
p.url = "http://github.com/progrium/localtunnel"
p.author = "Jeff Lindsay"