Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
davidchambers committed Feb 12, 2019
1 parent 27c7a65 commit 10f0e99
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

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

Base64.js stems from a [gist][3] by [yahiko][4].
Expand Down
2 changes: 1 addition & 1 deletion base64.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Base64",
"version": "1.0.1",
"version": "1.0.2",
"description": "Base64 encoding and decoding",
"author": "David Chambers <dc@davidchambers.me>",
"main": "./base64.js",
Expand Down

0 comments on commit 10f0e99

Please sign in to comment.