Skip to content

Commit a8b32a5

Browse files
committed
Update to 2.7.0. Adds random bday.
1 parent cb63022 commit a8b32a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ var nightmare_opts = {
6464
loadTimeout: 5000
6565
};
6666
// Prints nice little message
67-
console.log("ptc-acc-gen v2.6.0 hotfix r1 by Sébastien Vercammen and Frost The Fox (and Github contribs)");
67+
console.log("ptc-acc-gen v2.7.0 hotfix r1 by Sébastien Vercammen and Frost The Fox (and Github contribs)");
6868

6969

7070
// Settings check

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nintendo-ptc-account-generator",
3-
"version": "2.6.0",
3+
"version": "2.7.0",
44
"description": "An automation script based on NodeJS that can create any number of Nintendo Pokémon Trainer Club (PTC) accounts with a single e-mail address.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)