diff --git a/README.md b/README.md
index fe5ba6f..19b0709 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ Locally…
… or Directly from CDN. In which case you don't even need to install.
```html
-
+
```
This good old way loads `Base64` in the global context (`window`). Though `Base64.noConflict()` is made available, you should consider using ES6 Module to avoid tainting `window`.
@@ -48,14 +48,14 @@ or even remotely.
```html
```
```html
```
diff --git a/base64.d.mts b/base64.d.mts
index 1e22687..e44249c 100644
--- a/base64.d.mts
+++ b/base64.d.mts
@@ -9,11 +9,11 @@
*
* @author Dan Kogai (https://github.com/dankogai)
*/
-declare const version = "3.7.6";
+declare const version = "3.7.7";
/**
* @deprecated use lowercase `version`.
*/
-declare const VERSION = "3.7.6";
+declare const VERSION = "3.7.7";
/**
* polyfill version of `btoa`
*/
diff --git a/base64.d.ts b/base64.d.ts
index 1e22687..e44249c 100644
--- a/base64.d.ts
+++ b/base64.d.ts
@@ -9,11 +9,11 @@
*
* @author Dan Kogai (https://github.com/dankogai)
*/
-declare const version = "3.7.6";
+declare const version = "3.7.7";
/**
* @deprecated use lowercase `version`.
*/
-declare const VERSION = "3.7.6";
+declare const VERSION = "3.7.7";
/**
* polyfill version of `btoa`
*/
diff --git a/base64.js b/base64.js
index 340680d..dc837a7 100644
--- a/base64.js
+++ b/base64.js
@@ -37,7 +37,7 @@
*
* @author Dan Kogai (https://github.com/dankogai)
*/
- var version = '3.7.6';
+ var version = '3.7.7';
/**
* @deprecated use lowercase `version`.
*/
diff --git a/base64.mjs b/base64.mjs
index 40225a2..fe9cfa5 100644
--- a/base64.mjs
+++ b/base64.mjs
@@ -9,7 +9,7 @@
*
* @author Dan Kogai (https://github.com/dankogai)
*/
-const version = '3.7.6';
+const version = '3.7.7';
/**
* @deprecated use lowercase `version`.
*/
diff --git a/base64.ts b/base64.ts
index 87bc3c0..845d1ee 100644
--- a/base64.ts
+++ b/base64.ts
@@ -9,7 +9,7 @@
*
* @author Dan Kogai (https://github.com/dankogai)
*/
-const version = '3.7.6';
+const version = '3.7.7';
/**
* @deprecated use lowercase `version`.
*/
diff --git a/bower.json b/bower.json
index 8d3f151..37a0ff5 100644
--- a/bower.json
+++ b/bower.json
@@ -1,6 +1,6 @@
{
"name": "js-base64",
- "version": "3.7.6",
+ "version": "3.7.7",
"license": "BSD-3-Clause",
"main": [
"./base64.js"
diff --git a/package.json b/package.json
index 054b615..477bbc5 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "js-base64",
- "version": "3.7.6",
+ "version": "3.7.7",
"description": "Yet another Base64 transcoder in pure-JS",
"main": "base64.js",
"module": "base64.mjs",