Skip to content

Commit

Permalink
v0.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
clarketm committed Jul 25, 2018
1 parent 04e36b5 commit 86b6b16
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/super.es.js
Original file line number Diff line number Diff line change
Expand Up @@ -4650,7 +4650,7 @@ var Trie = function () {
return Trie;
}();

var version = "0.0.14";
var version = "0.0.15";

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 @@ -4656,7 +4656,7 @@
return Trie;
}();

var version = "0.0.14";
var version = "0.0.15";

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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clarketm/super",
"version": "0.0.14",
"version": "0.0.15",
"description": "Data structures, data types, and algorithms with superpowers! 💪",
"main": "dist/super.js",
"module": "dist/super.es.js",
Expand Down

0 comments on commit 86b6b16

Please sign in to comment.