Skip to content

Commit 10f0e99

Browse files
committed
1.0.2
1 parent 27c7a65 commit 10f0e99

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![CDNJS](https://img.shields.io/cdnjs/v/Base64.svg)](https://cdnjs.com/libraries/Base64)
44

5-
500 byte* polyfill for browsers which don't provide [`window.btoa`][1] and
5+
600 byte* polyfill for browsers which don't provide [`window.btoa`][1] and
66
[`window.atob`][2].
77

88
Base64.js stems from a [gist][3] by [yahiko][4].

base64.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Base64",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Base64 encoding and decoding",
55
"author": "David Chambers <[email protected]>",
66
"main": "./base64.js",

0 commit comments

Comments
 (0)