Skip to content

Commit

Permalink
version 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dankogai committed Sep 11, 2017
1 parent d222666 commit 2bfbc30
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion base64.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
'use strict';
// existing version for noConflict()
var _Base64 = global.Base64;
var version = "2.2.1";
var version = "2.3.0";
// if node.js, we use Buffer
var buffer;
if (typeof module !== 'undefined' && module.exports) {
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 bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "js-base64",
"version": "2.2.1",
"version": "2.3.0",
"license": "BSD 3-Clause",
"main": [
"./base64.js"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "js-base64",
"version": "2.2.1",
"version": "2.3.0",
"description": "Yet another Base64 transcoder in pure-JS",
"main": "base64.js",
"directories": {
Expand Down

0 comments on commit 2bfbc30

Please sign in to comment.