Skip to content

Commit e90e800

Browse files
author
Niklas von Hertzen
committed
Bump version to 0.1.2
1 parent b64960e commit e90e800

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The library encodes and decodes base64 to and from ArrayBuffers
1515

1616
## Release History
1717

18-
- 0.1.1 - Fix old format of typed arrays
18+
- 0.1.2 - Fix old format of typed arrays
1919
- 0.1.0 - Initial version, basic decode/encode base64 to and from ArrayBuffer
2020

2121
## License

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "base64-arraybuffer",
33
"description": "Encode/decode base64 data into ArrayBuffers",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"homepage": "https://github.com/niklasvh/base64-arraybuffer",
66
"author": {
77
"name": "Niklas von Hertzen",

0 commit comments

Comments
 (0)