Skip to content

Commit

Permalink
feat: 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
iamtakagi committed Aug 19, 2022
1 parent 0612774 commit d8970ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nichash",
"version": "1.0.3",
"version": "1.0.4",
"main": "dist/main.js",
"author": "iamtakagi",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions src/nicehashApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import { createHmac, randomBytes } from "crypto";
import { Config } from "./config";
import { stringify } from "querystring";

const APP_NAME = "Nicehash" as const;
const APP_VERSION = "1.0.3" as const;
const APP_NAME = "NiceHash" as const;
const APP_VERSION = "1.0.4" as const;
const NICEHASH_API_HOST = "https://api2.nicehash.com" as const;
const USER_AGENT =
`${APP_NAME}/${APP_VERSION} (+https://github.com/iamtakagi/Nicehash)` as const;
Expand Down

0 comments on commit d8970ba

Please sign in to comment.