Skip to content

Commit

Permalink
update version for dev
Browse files Browse the repository at this point in the history
  • Loading branch information
sheppard committed Jul 24, 2017
1 parent 0a4cada commit 463c99a
Show file tree
Hide file tree
Showing 21 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion js/wq/app.js
@@ -1,5 +1,5 @@
/*!
* wq.app 1.0.0 - wq/app.js
* wq.app 1.0.1-dev - wq/app.js
* Utilizes store and pages to dynamically load and render
* content from a wq.db-compatible REST service
* (c) 2012-2017, S. Andrew Sheppard
Expand Down
2 changes: 1 addition & 1 deletion js/wq/autocomplete.js
@@ -1,5 +1,5 @@
/*
* wq.app 1.0.0 - wq/autocomplete.js
* wq.app 1.0.1-dev - wq/autocomplete.js
* Simple AJAX autocomplete leveraging the HTML5 <datalist> element
* (c) 2014-2017, S. Andrew Sheppard
* https://wq.io/license
Expand Down
2 changes: 1 addition & 1 deletion js/wq/chart.js
@@ -1,5 +1,5 @@
/*!
* wq.app 1.0.0 - wq/chart.js
* wq.app 1.0.1-dev - wq/chart.js
* Reusable SVG charts for analyzing time-series data.
* (c) 2013-2017, S. Andrew Sheppard
* https://wq.io/license
Expand Down
2 changes: 1 addition & 1 deletion js/wq/chartapp.js
@@ -1,5 +1,5 @@
/*!
* wq.app 1.0.0 - wq/chartapp.js
* wq.app 1.0.1-dev - wq/chartapp.js
* wq/chart.js+wq/pandas.js as a wq/app.js plugin
* (c) 2016-2017, S. Andrew Sheppard
* https://wq.io/license
Expand Down
2 changes: 1 addition & 1 deletion js/wq/console.js
@@ -1,5 +1,5 @@
/*
* wq.app 1.0.0 - wq/console.js
* wq.app 1.0.1-dev - wq/console.js
* Fallback for code using console.log
* (c) 2012-2017, S. Andrew Sheppard
* https://wq.io/license
Expand Down
2 changes: 1 addition & 1 deletion js/wq/json.js
@@ -1,5 +1,5 @@
/*
* wq.app 1.0.0 - wq/json.js
* wq.app 1.0.1-dev - wq/json.js
* Simple wrapper around jQuery.ajax & object functions
* (so projects can supply non-jQuery implementations if needed.)
* (c) 2013-2017, S. Andrew Sheppard
Expand Down
2 changes: 1 addition & 1 deletion js/wq/locate.js
@@ -1,5 +1,5 @@
/*!
* wq.app 1.0.0 - wq/locate.js
* wq.app 1.0.1-dev - wq/locate.js
* Geolocation utilities via Leaflet's Map.locate
* (c) 2013-2017, S. Andrew Sheppard
* https://wq.io/license
Expand Down
2 changes: 1 addition & 1 deletion js/wq/map.js
@@ -1,5 +1,5 @@
/*!
* wq.app 1.0.0 - wq/map.js
* wq.app 1.0.1-dev - wq/map.js
* Leaflet integration for wq/app.js pages
* (c) 2013-2017, S. Andrew Sheppard
* https://wq.io/license
Expand Down
2 changes: 1 addition & 1 deletion js/wq/mapserv.js
@@ -1,5 +1,5 @@
/*!
* wq.app 1.0.0 - wq/mapserv.js
* wq.app 1.0.1-dev - wq/mapserv.js
* Extension to wq/map.js with support for WMS (coming soon) and ESRI services.
* (c) 2016-2017, S. Andrew Sheppard
* https://wq.io/license
Expand Down
2 changes: 1 addition & 1 deletion js/wq/markdown.js
@@ -1,5 +1,5 @@
/*
* wq.app 1.0.0 - wq/markdown.js
* wq.app 1.0.1-dev - wq/markdown.js
* Adds markdown support to template.js
* (c) 2013-2017, S. Andrew Sheppard
* https://wq.io/license
Expand Down
2 changes: 1 addition & 1 deletion js/wq/model.js
@@ -1,5 +1,5 @@
/*!
* wq.app 1.0.0 - wq/model.js
* wq.app 1.0.1-dev - wq/model.js
* A simple model API for working with stored lists
* (c) 2012-2017, S. Andrew Sheppard
* https://wq.io/license
Expand Down
2 changes: 1 addition & 1 deletion js/wq/outbox.js
@@ -1,5 +1,5 @@
/*!
* wq.app 1.0.0 - wq/outbox.js
* wq.app 1.0.1-dev - wq/outbox.js
* Queue submitted forms for eventual syncing to the server
* (c) 2012-2017, S. Andrew Sheppard
* https://wq.io/license
Expand Down
2 changes: 1 addition & 1 deletion js/wq/pandas.js
@@ -1,5 +1,5 @@
/*
* wq.app 1.0.0 - wq/pandas.js
* wq.app 1.0.1-dev - wq/pandas.js
* Load and parse CSV with complex headers (e.g. from pandas DataFrames)
* (c) 2014-2017, S. Andrew Sheppard
* https://wq.io/license
Expand Down
2 changes: 1 addition & 1 deletion js/wq/patterns.js
@@ -1,5 +1,5 @@
/*
* wq.app 1.0.0 - wq/patterns.js
* wq.app 1.0.1-dev - wq/patterns.js
* wq/app.js plugin to handle dynamically adding nested forms
* (c) 2016-2017, S. Andrew Sheppard
* https://wq.io/license
Expand Down
2 changes: 1 addition & 1 deletion js/wq/photos.js
@@ -1,5 +1,5 @@
/*
* wq.app 1.0.0 - wq/photos.js
* wq.app 1.0.1-dev - wq/photos.js
* Helpers for working with Cordova photo library
* (c) 2012-2017, S. Andrew Sheppard
* https://wq.io/license
Expand Down
2 changes: 1 addition & 1 deletion js/wq/progress.js
@@ -1,5 +1,5 @@
/*
* wq.app 1.0.0 - wq/progress.js
* wq.app 1.0.1-dev - wq/progress.js
* Simple AJAX polling for HTML5 <progress> element
* (c) 2014-2017, S. Andrew Sheppard
* https://wq.io/license
Expand Down
2 changes: 1 addition & 1 deletion js/wq/router.js
@@ -1,5 +1,5 @@
/*!
* wq.app 1.0.0 - wq/router.js
* wq.app 1.0.1-dev - wq/router.js
* Respond to URL changes with locally generated pages and custom events
* (c) 2012-2017, S. Andrew Sheppard
* https://wq.io/license
Expand Down
2 changes: 1 addition & 1 deletion js/wq/spinner.js
@@ -1,5 +1,5 @@
/*
* wq.app 1.0.0 - wq/spinner.js
* wq.app 1.0.1-dev - wq/spinner.js
* Wrapper for jQuery Mobile's spinner
* (c) 2012-2017, S. Andrew Sheppard
* https://wq.io/license
Expand Down
2 changes: 1 addition & 1 deletion js/wq/store.js
@@ -1,5 +1,5 @@
/*!
* wq.app 1.0.0 - wq/store.js
* wq.app 1.0.1-dev - wq/store.js
* Locally-persistent, optionally server-populated JSON datastore(s)
* (c) 2012-2017, S. Andrew Sheppard
* https://wq.io/license
Expand Down
2 changes: 1 addition & 1 deletion js/wq/template.js
@@ -1,5 +1,5 @@
/*
* wq.app 1.0.0 - wq/template.js
* wq.app 1.0.1-dev - wq/template.js
* Render and inject Mustache templates
* (c) 2012-2017, S. Andrew Sheppard
* https://wq.io/license
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -61,7 +61,7 @@ def create_wq_namespace():

setup(
name='wq.app',
version='1.0.0',
version='1.0.1-dev',
author='S. Andrew Sheppard',
author_email='andrew@wq.io',
url='https://wq.io/wq.app',
Expand Down

0 comments on commit 463c99a

Please sign in to comment.