Skip to content

Commit

Permalink
Bumped up version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhinav Asthana committed May 25, 2012
1 parent d88b812 commit e953ae0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion chrome/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "__MSG_name__",
"version": "0.6.3",
"version": "0.6.4",

"description": "__MSG_description__",
"icons": {
Expand Down
5 changes: 3 additions & 2 deletions proxy/proxy_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
log.startLogging(sys.stdout)

class ProxyFactory(http.HTTPFactory):
protocol = proxy.Proxy
def buildProtocol(self, addr):
return proxy.Proxy()

reactor.listenTCP(8080, ProxyFactory())
reactor.run()
reactor.run()

0 comments on commit e953ae0

Please sign in to comment.