Skip to content

Commit

Permalink
Bumps version to 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
NickUfer committed Dec 11, 2019
1 parent 3171e80 commit d293562
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.1",
"version": "3.0.2",
"description": "INWX Domrobot Node.JS Client",
"author": "INWX Developer <[email protected]> (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.1';
public static readonly CLIENT_VERSION = '3.0.2';

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 d293562

Please sign in to comment.