Skip to content

Commit

Permalink
Version Set
Browse files Browse the repository at this point in the history
  • Loading branch information
Bikossor committed Dec 27, 2019
1 parent 99c8983 commit 07ef2fa
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dist/anonymus.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/anonymus.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/assets/js/anonymus.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": "anonymus",
"version": "1.6.3",
"version": "2.0.0",
"description": "Generates random, unidentifiable names for any purpose",
"main": "./dist/anonymus.min.js",
"types": "./dist/anonymus.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/anonymus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ var anonymus = {
* Returns the current version of `anonymus`
*/
get version() {
return [1, 6, 3].join(".");
return [2, 0, 0].join(".");
},
/**
* Generates one or more unique names
Expand Down

0 comments on commit 07ef2fa

Please sign in to comment.