Skip to content

Commit

Permalink
bump to 0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
padolsey committed Nov 12, 2016
1 parent 8abee52 commit 70d9463
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "operative",
"version": "0.4.4",
"version": "0.4.5",
"main": "dist/operative.js",
"ignore": [
"**/.*",
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "operative",
"version": "0.4.4",
"version": "0.4.5",
"main": "dist/operative.js",
"scripts": [
"dist/operative.js"
4 changes: 2 additions & 2 deletions dist/operative.js
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
* ---
* @author James Padolsey http://james.padolsey.com
* @repo http://github.com/padolsey/operative
* @version 0.4.4
* @version 0.4.5
* @license MIT
*/
(function () {
@@ -674,7 +674,7 @@ function workerBoilerScript() {
cmd: 'result',
token: data.token,
result: res
}, hasTransferSupport && transfers || []);
}, self.hasTransferSupport && transfers || []);
}

function extractTransfers(args) {
Loading

0 comments on commit 70d9463

Please sign in to comment.