Skip to content

Commit

Permalink
Version Set
Browse files Browse the repository at this point in the history
  • Loading branch information
Bikossor committed Feb 10, 2019
1 parent c589897 commit 5bf06ef
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/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 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.5.0
// Type definitions for anonymus 1.6.0
// 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, 5, 0].join(".");
return [1, 6, 0].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.5.0",
"version": "1.6.0",
"description": "Generates random, unidentifiable names for any purpose",
"main": "./dist/anonymus.min.js",
"scripts": {
Expand Down

0 comments on commit 5bf06ef

Please sign in to comment.