Skip to content

Commit

Permalink
Bumps version to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NickUfer committed Oct 28, 2019
1 parent 26cb466 commit 458913c
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": "domrobot-client",
"version": "3.0.0",
"version": "3.0.1",
"description": "INWX Domrobot Node.JS Client",
"author": "INWX Developer <developer@inwx.de> (https://inwx.com)",
"main": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/domrobot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { CookieJar } from 'request';
import * as request from 'request-promise-native';

export class ApiClient {
public static readonly CLIENT_VERSION = '3.0.0';
public static readonly CLIENT_VERSION = '3.0.1';

public static readonly API_URL_LIVE = 'https://api.domrobot.com/jsonrpc/';
public static readonly API_URL_OTE = 'https://api.ote.domrobot.com/jsonrpc/';
Expand Down

0 comments on commit 458913c

Please sign in to comment.