Skip to content

Commit

Permalink
prepare release version 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
clarketm committed May 17, 2018
1 parent b8d9f4e commit 40d38ae
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 @@ -1467,7 +1467,7 @@ var _String = function (_extendableBuiltin2) {
return _String;
}(_extendableBuiltin$5(String));

var version = "0.0.10-alpha";
var version = "0.0.1";

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 @@ -1473,7 +1473,7 @@
return _String;
}(_extendableBuiltin$5(String));

var version = "0.0.10-alpha";
var version = "0.0.1";

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.10-alpha",
"version": "0.0.1",
"description": "Data Structures with superpowers! 💪",
"main": "dist/super.js",
"module": "dist/super.es.js",
Expand Down

0 comments on commit 40d38ae

Please sign in to comment.