Skip to content

Commit

Permalink
Clean up for release
Browse files Browse the repository at this point in the history
  • Loading branch information
cuppa-joe committed Nov 11, 2013
1 parent 959b686 commit db5159a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion defs.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = '0.9.6.0'
VERSION = '0.9.6.1'
PROGRAM = 'HPe-rc'
DESCRIPTION = 'HPe-rc is a utility program for controlling the Uniden HomePatrol-1 Scanner.'
UPDATE_CHECK = 'http://update.hp.xoynq.com/'
Expand Down
2 changes: 1 addition & 1 deletion hpe-rc.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ def web_app(environ, start_response):
FILEMAP = {'feeds.html','monitor.html'}
PATHMAP = {'feeds' : config['feed_path'], 'monitor' : config['mon_path']}
POSTMAP = {'post/config' : 'config' , 'post/favorites': 'favorites'}
REDIRECT = {'jquery.js': 'jquery-1.8.2.min.js', '' : 'hpe-rc.html'}
REDIRECT = {'jquery.js': 'jquery-1.10.2.min.js', '' : 'hpe-rc.html'}
FILES = {'hpe-rc.html' : None, 'base.css' : None, 'base.js' : None, 'HPe-rc64.png': None, 'hpe-rc.css' : None,
'hpe-rc.js' : None, 'jquery-1.10.2.min.js': None, 'jquery-1.8.2.min.js': None, 'favicon.ico' : None ,'config.html': None ,'favorites.html': None,
'feeds.html' : 'files.html', 'monitor.html': 'files.html'}
Expand Down

0 comments on commit db5159a

Please sign in to comment.