Skip to content

Commit

Permalink
Version Set
Browse files Browse the repository at this point in the history
  • Loading branch information
Bikossor committed May 18, 2019
1 parent f7011b3 commit f59e02b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
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 index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for anonymus 1.6.1
// Type definitions for anonymus 1.6.2
// Definitions by: Bikossor <https://bikossor.de>

export as namespace anonymus;
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ var anonymus = {
return this.animals[Math.floor(Math.random() * this.sizeAnimals)];
},
get version() {
return [1, 6, 0].join(".");
return [1, 6, 2].join(".");
},
create: function (amount) {
if (amount) {
Expand Down
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.1",
"version": "1.6.2",
"description": "Generates random, unidentifiable names for any purpose",
"main": "./dist/anonymus.min.js",
"scripts": {
Expand Down

0 comments on commit f59e02b

Please sign in to comment.