Skip to content

Commit f50bf92

Browse files
committed
JSZip utils 0.0.2
1 parent dfdd631 commit f50bf92

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

CHANGES.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# v0.0.2 2014-05-19
2+
- Drop the code for xhr on `file://` and fix an issue with `file://` to `http://` requests, see [#3](https://github.com/Stuk/jszip-utils/pull/3).
3+
14
# v0.0.1 2014-04-27
25
- First release.
36

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jszip-utils",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"homepage": "https://github.com/Stuk/jszip-utils",
55
"authors": [
66
"Stuart Knightley <[email protected]>",

component.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "jszip-utils",
33
"repo": "Stuk/jszip-utils",
44
"description": "A collection of cross-browser utilities to go along with JSZip.",
5-
"version": "0.0.1",
5+
"version": "0.0.2",
66
"keywords": [
77
"JSZip",
88
"ajax",

documentation/_layouts/default.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
</ul>
4242
<ul class="nav navbar-nav navbar-right">
4343
<li>
44-
<a href="https://github.com/Stuk/jszip-utils">current version : <strong>v0.0.1</strong></a>
44+
<a href="https://github.com/Stuk/jszip-utils">current version : <strong>v0.0.2</strong></a>
4545
</li>
4646
</ul>
4747
</div>

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jszip-utils",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"author": "Stuart Knightley <[email protected]>",
55
"description": "A collection of cross-browser utilities to go along with JSZip.",
66
"scripts": {

0 commit comments

Comments
 (0)