Skip to content

Commit

Permalink
v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sheppard committed Jan 31, 2015
1 parent 9787f86 commit 9b327de
Show file tree
Hide file tree
Showing 21 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2012-2014, S. Andrew Sheppard, http://wq.io/
Copyright (c) 2012-2015, S. Andrew Sheppard, http://wq.io/

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
2 changes: 1 addition & 1 deletion js/wq/app.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* wq.app 0.7.1-dev - wq/app.js
* wq.app 0.7.1 - wq/app.js
* Utilizes store and pages to dynamically load and render
* content from a wq.db-compatible REST service
* (c) 2012-2014, S. Andrew Sheppard
Expand Down
2 changes: 1 addition & 1 deletion js/wq/appcache.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* wq.app 0.7.1-dev - wq/appcache.js
* wq.app 0.7.1 - wq/appcache.js
* Monitor HTML5 appcache events and trigger callback
* (c) 2012-2014, S. Andrew Sheppard
* http://wq.io/license
Expand Down
2 changes: 1 addition & 1 deletion js/wq/autocomplete.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* wq.app 0.7.1-dev - wq/autocomplete.js
* wq.app 0.7.1 - wq/autocomplete.js
* Simple AJAX autocomplete leveraging the HTML5 <datalist> element
* (c) 2014, S. Andrew Sheppard
* http://wq.io/license
Expand Down
2 changes: 1 addition & 1 deletion js/wq/chart.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* wq.app 0.7.1-dev - wq/chart.js
* wq.app 0.7.1 - wq/chart.js
* Reusable SVG charts for analyzing time-series data.
* (c) 2013-2014, S. Andrew Sheppard
* http://wq.io/license
Expand Down
2 changes: 1 addition & 1 deletion js/wq/console.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* wq.app 0.7.1-dev - wq/console.js
* wq.app 0.7.1 - wq/console.js
* Fallback for code using console.log
* (c) 2012-2014, S. Andrew Sheppard
* http://wq.io/license
Expand Down
2 changes: 1 addition & 1 deletion js/wq/json.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* wq.app 0.7.1-dev - wq/json.js
* wq.app 0.7.1 - wq/json.js
* Simple wrapper around jQuery.ajax
* (so projects can supply non-jQuery implementations if needed.)
* (c) 2013-2014, S. Andrew Sheppard
Expand Down
2 changes: 1 addition & 1 deletion js/wq/locate.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* wq.app 0.7.1-dev - wq/locate.js
* wq.app 0.7.1 - wq/locate.js
* Geolocation utilities via Leaflet's Map.locate
* (c) 2013-2014, S. Andrew Sheppard
* http://wq.io/license
Expand Down
2 changes: 1 addition & 1 deletion js/wq/map.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* wq.app 0.7.1-dev - wq/map.js
* wq.app 0.7.1 - wq/map.js
* Leaflet integration for app.js list & detail views
* (c) 2013-2014, S. Andrew Sheppard
* http://wq.io/license
Expand Down
2 changes: 1 addition & 1 deletion js/wq/markdown.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* wq.app 0.7.1-dev - wq/markdown.js
* wq.app 0.7.1 - wq/markdown.js
* Adds markdown support to template.js
* (c) 2013-2014, S. Andrew Sheppard
* http://wq.io/license
Expand Down
2 changes: 1 addition & 1 deletion js/wq/online.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* wq.app 0.7.1-dev - wq/online.js
* wq.app 0.7.1 - wq/online.js
* Monitor network state.
* (c) 2012-2014, S. Andrew Sheppard
* http://wq.io/license
Expand Down
2 changes: 1 addition & 1 deletion js/wq/owl.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* wq.app 0.7.1-dev - wq/owl.js
* wq.app 0.7.1 - wq/owl.js
* Client for the Offline Web Log service.
* (c) 2014, S. Andrew Sheppard
* http://wq.io/license
Expand Down
2 changes: 1 addition & 1 deletion js/wq/pages.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* wq.app 0.7.1-dev - wq/pages.js
* wq.app 0.7.1 - wq/pages.js
* Dynamically generate jQuery Mobile pages for specified URLs
* (c) 2012-2014, S. Andrew Sheppard
* http://wq.io/license
Expand Down
2 changes: 1 addition & 1 deletion js/wq/pandas.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* wq.app 0.7.1-dev - wq/pandas.js
* wq.app 0.7.1 - wq/pandas.js
* Load and parse CSV with complex headers (e.g. from pandas DataFrames)
* (c) 2014, S. Andrew Sheppard
* http://wq.io/license
Expand Down
2 changes: 1 addition & 1 deletion js/wq/photos.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* wq.app 0.7.1-dev - wq/photos.js
* wq.app 0.7.1 - wq/photos.js
* Helpers for working with Cordova photo library
* (c) 2012-2014, S. Andrew Sheppard
* http://wq.io/license
Expand Down
2 changes: 1 addition & 1 deletion js/wq/progress.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* wq.app 0.7.1-dev - wq/progress.js
* wq.app 0.7.1 - wq/progress.js
* Simple AJAX polling for HTML5 <progress> element
* (c) 2014, S. Andrew Sheppard
* http://wq.io/license
Expand Down
2 changes: 1 addition & 1 deletion js/wq/router.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* wq.app 0.7.1-dev - wq/router.js
* wq.app 0.7.1 - wq/router.js
* Simple wrapper for jQuery.mobile.Router
* (c) 2012-2014, S. Andrew Sheppard
* http://wq.io/license
Expand Down
2 changes: 1 addition & 1 deletion js/wq/spinner.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* wq.app 0.7.1-dev - wq/spinner.js
* wq.app 0.7.1 - wq/spinner.js
* Wrapper for jQuery Mobile's spinner
* (c) 2012-2014, S. Andrew Sheppard
* http://wq.io/license
Expand Down
2 changes: 1 addition & 1 deletion js/wq/store.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* wq.app 0.7.1-dev - wq/store.js
* wq.app 0.7.1 - wq/store.js
* Locally-persistent, optionally server-populated JSON datastore(s)
* (c) 2012-2014, S. Andrew Sheppard
* http://wq.io/license
Expand Down
2 changes: 1 addition & 1 deletion js/wq/template.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* wq.app 0.7.1-dev - wq/template.js
* wq.app 0.7.1 - wq/template.js
* Convenience wrapper for mustache.js
* (c) 2012-2014, S. Andrew Sheppard
* http://wq.io/license
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def create_wq_namespace():

setup(
name='wq.app',
version='0.7.1-dev',
version='0.7.1',
author='S. Andrew Sheppard',
author_email='[email protected]',
url='http://wq.io/wq.app',
Expand Down

0 comments on commit 9b327de

Please sign in to comment.