Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenschobert committed May 31, 2021
1 parent 172a3a5 commit 021f348
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/instafeed.es.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* instafeed.js | v2.0.0-rc3 | https://github.com/stevenschobert/instafeed.js | License: MIT */
/* instafeed.js | v2.0.0 | https://github.com/stevenschobert/instafeed.js | License: MIT */
function assert(val, msg) {
if (!val) {
throw new Error(msg);
Expand Down
2 changes: 1 addition & 1 deletion dist/instafeed.es.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/instafeed.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* instafeed.js | v2.0.0-rc3 | https://github.com/stevenschobert/instafeed.js | License: MIT */
/* instafeed.js | v2.0.0 | https://github.com/stevenschobert/instafeed.js | License: MIT */
(function(global, factory) {
typeof exports === "object" && typeof module !== "undefined" ? module.exports = factory() : typeof define === "function" && define.amd ? define(factory) : (global = typeof globalThis !== "undefined" ? globalThis : global || self,
global.Instafeed = factory());
Expand Down
Loading

0 comments on commit 021f348

Please sign in to comment.