Skip to content

Commit

Permalink
fixes dist version
Browse files Browse the repository at this point in the history
  • Loading branch information
americk0 committed Apr 15, 2021
1 parent e7eb319 commit da8e772
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/alks.cjs.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

var version = "1.11.3";
var version = "1.11.4";

const Buffer = require('buffer').Buffer;
const fetch = require('node-fetch');
Expand Down
2 changes: 1 addition & 1 deletion dist/alks.esm.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var version = "1.11.3";
var version = "1.11.4";

const fetch = window.fetch.bind(window);

Expand Down
2 changes: 1 addition & 1 deletion dist/alks.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 dist/alks.umd.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
(global = global || self, global.alks = factory());
}(this, function () { 'use strict';

var version = "1.11.3";
var version = "1.11.4";

var fetch = window.fetch.bind(window);

Expand Down

0 comments on commit da8e772

Please sign in to comment.