Skip to content

Commit

Permalink
release version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
christophwitzko committed Dec 23, 2014
1 parent ce4d752 commit 8c388cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "parallizer",
"main": "parallizer.js",
"version": "1.0.4",
"version": "1.1.1",
"homepage": "https://github.com/christophwitzko/parallizer",
"authors": [
"Christoph Witzko <github@christophwitzko.com>"
Expand Down
2 changes: 1 addition & 1 deletion example.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<title>parallizer</title>
<script type="text/javascript" src="./parallizer.js"></script>
<script type="text/javascript" src="parallizer.js"></script>
<script type="text/javascript">
var prl = new parallizer.Parallel(3);

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "parallizer",
"version": "1.1.0",
"version": "1.1.1",
"description": "asynchronous functions helper",
"author": "Christoph Witzko <npm@christophwitzko.com> (http://christophwitzko.com/)",
"main": "parallizer.js",
Expand Down

0 comments on commit 8c388cc

Please sign in to comment.