Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

Commit

Permalink
upgrade to v1.3.0; fix #5
Browse files Browse the repository at this point in the history
  • Loading branch information
wdzeng committed Aug 26, 2022
1 parent f3ba5c0 commit 34bb958
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pinkoi-coins-bot",
"version": "1.2.0",
"version": "1.3.0",
"private": true,
"description": "Get pinkoi coins everyday.",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const EXIT_LOGIN_FAILED = 69
const EXIT_CODE_INVALID_ARGUMENT = 87
const EXIT_CODE_UNKNOWN_ERROR = 255

const version = '1.2.0'
const version = '1.3.0'
const majorVersion = version.split('.')[0]

program
Expand Down

0 comments on commit 34bb958

Please sign in to comment.