Skip to content

Commit

Permalink
increment version and prepare publish
Browse files Browse the repository at this point in the history
  • Loading branch information
clarketm committed Jul 21, 2018
1 parent 45d9b13 commit edc7495
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v10.2.1
v10.7.0
2 changes: 1 addition & 1 deletion dist/super.es.js
Original file line number Diff line number Diff line change
Expand Up @@ -4607,7 +4607,7 @@ var Trie = function () {
return Trie;
}();

var version = "0.0.11";
var version = "0.0.12";

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

var version = "0.0.11";
var version = "0.0.12";

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.11",
"version": "0.0.12",
"description": "Data structures, data types, and algorithms with superpowers! 💪",
"main": "dist/super.js",
"module": "dist/super.es.js",
Expand Down

0 comments on commit edc7495

Please sign in to comment.