Skip to content

Commit

Permalink
prepare 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
clarketm committed May 17, 2018
1 parent 5ed3356 commit 37c4769
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/super.es.js
Original file line number Diff line number Diff line change
Expand Up @@ -3644,7 +3644,7 @@ var Trie = function () {
return Trie;
}();

var version = "0.0.2";
var version = "0.0.3";

var Super = {
version: version,
Expand Down
2 changes: 1 addition & 1 deletion dist/super.js
Original file line number Diff line number Diff line change
Expand Up @@ -3650,7 +3650,7 @@
return Trie;
}();

var version = "0.0.2";
var version = "0.0.3";

var Super = {
version: version,
Expand Down
2 changes: 1 addition & 1 deletion dist/super.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 docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<a href=""><img src="https://img.shields.io/npm/dt/@clarketm/super.svg" alt="Downloads"></a>
<a href="https://lernajs.io/"><img src="https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg" alt="Lerna"></a>
<a href=""><img src="https://img.shields.io/npm/l/@clarketm/super.svg" alt="License"></a></p>
<p><strong>Data structures</strong>, <strong>data types</strong>, and <strong>Algorithms</strong> with superpowers! &#x1F4AA;&#x1F60E;</p>
<p><strong>Data structures</strong>, <strong>data types</strong>, and <strong>algorithms</strong> with superpowers! &#x1F4AA;&#x1F60E;</p>
<blockquote>
<p>&lt;sub&gt;implemented in <strong>JavaScript</strong>.&lt;/sub&gt;</p>
</blockquote>
Expand Down
Loading

0 comments on commit 37c4769

Please sign in to comment.