We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b64960e commit e90e800Copy full SHA for e90e800
README.md
@@ -15,7 +15,7 @@ The library encodes and decodes base64 to and from ArrayBuffers
15
16
## Release History
17
18
- - 0.1.1 - Fix old format of typed arrays
+ - 0.1.2 - Fix old format of typed arrays
19
- 0.1.0 - Initial version, basic decode/encode base64 to and from ArrayBuffer
20
21
## License
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "base64-arraybuffer",
3
"description": "Encode/decode base64 data into ArrayBuffers",
4
- "version": "0.1.1",
+ "version": "0.1.2",
5
"homepage": "https://github.com/niklasvh/base64-arraybuffer",
6
"author": {
7
"name": "Niklas von Hertzen",
0 commit comments