Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sheppard committed Aug 12, 2013
1 parent a6eb8c9 commit 7a2cea4
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion js/app.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* wq.app - app.js
* wq.app 0.4.0 - app.js
* Utilizes store and pages to dynamically load and render
* content from a wq.db-compatible REST service
* (c) 2012-2013, S. Andrew Sheppard
Expand Down
2 changes: 1 addition & 1 deletion js/appcache.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* wq.app - appcache.js
* wq.app 0.4.0 - appcache.js
* Monitor HTML5 appcache events and trigger callback
* (c) 2012-2013, S. Andrew Sheppard
* http://wq.io/license
Expand Down
2 changes: 1 addition & 1 deletion js/chart.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* wq.app - chart.js
* wq.app 0.4.0 - chart.js
* Reusable SVG charts for analyzing time-series data.
* (c) 2013, S. Andrew Sheppard
* http://wq.io/license
Expand Down
2 changes: 1 addition & 1 deletion js/console.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* wq.app - console.js
* wq.app 0.4.0 - console.js
* Fallback for code using console.log
* (c) 2012-2013, S. Andrew Sheppard
* http://wq.io/license
Expand Down
2 changes: 1 addition & 1 deletion js/json.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* wq.app - json.js
* wq.app 0.4.0 - json.js
* Simple wrapper around jQuery.ajax
* (so projects can supply non-jQuery implementations if needed.)
* (c) 2013, S. Andrew Sheppard
Expand Down
2 changes: 1 addition & 1 deletion js/locate.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* wq.app - locate.js
* wq.app 0.4.0 - locate.js
* Geolocation utilities via Leaflet's Map.locate
* (c) 2013, S. Andrew Sheppard
* http://wq.io/license
Expand Down
2 changes: 1 addition & 1 deletion js/map.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* wq.app - map.js
* wq.app 0.4.0 - map.js
* Leaflet integration for app.js list & detail views
* (c) 2013, S. Andrew Sheppard
* http://wq.io/license
Expand Down
2 changes: 1 addition & 1 deletion js/online.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* wq.app - online.js
* wq.app 0.4.0 - online.js
* Monitor network state.
* (c) 2012-2013, S. Andrew Sheppard
* http://wq.io/license
Expand Down
2 changes: 1 addition & 1 deletion js/pages.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* wq.app - pages.js
* wq.app 0.4.0 - pages.js
* Dynamically generate jQuery Mobile pages for specified URLs
* (c) 2012-2013, S. Andrew Sheppard
* http://wq.io/license
Expand Down
2 changes: 1 addition & 1 deletion js/photos.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* wq.app - photos.js
* wq.app 0.4.0 - photos.js
* Helpers for working with Cordova photo library
* (c) 2012-2013, S. Andrew Sheppard
* http://wq.io/license
Expand Down
2 changes: 1 addition & 1 deletion js/router.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* wq.app - router.js
* wq.app 0.4.0 - router.js
* Simple wrapper for jQuery.mobile.Router
* (c) 2012-2013, S. Andrew Sheppard
* http://wq.io/license
Expand Down
2 changes: 1 addition & 1 deletion js/spinner.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* wq.app - spinner.js
* wq.app 0.4.0 - spinner.js
* Wrapper for jQuery Mobile's spinner
* (c) 2012-2013, S. Andrew Sheppard
* http://wq.io/license
Expand Down
2 changes: 1 addition & 1 deletion js/store.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* wq.app - store.js
* wq.app 0.4.0 - store.js
* Locally-persistent, optionally server-populated JSON datastore(s)
* (c) 2012-2013, S. Andrew Sheppard
* http://wq.io/license
Expand Down
2 changes: 1 addition & 1 deletion js/template.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* wq.app - template.js
* wq.app 0.4.0 - template.js
* Convenience wrapper for mustache.js
* (c) 2012-2013, S. Andrew Sheppard
* http://wq.io/license
Expand Down

0 comments on commit 7a2cea4

Please sign in to comment.