api version 1.0.1

This commit is contained in:
Patrick Nagurny
2018-11-05 09:46:02 -05:00
parent cd1f8a1e36
commit 0f6a5fc95f
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ export class ApiService {
private httpOptions = { private httpOptions = {
headers: new HttpHeaders({ headers: new HttpHeaders({
'content-type': 'application/json', 'content-type': 'application/json',
'accept-version': '^1.0.0' 'accept-version': '^1.0.1'
}) })
}; };
private orgId: string; private orgId: string;

View File

@@ -10,7 +10,7 @@ import 'rxjs/add/operator/retryWhen';
import 'rxjs/add/operator/repeatWhen'; import 'rxjs/add/operator/repeatWhen';
import 'rxjs/add/operator/delay'; import 'rxjs/add/operator/delay';
var version = '^1.0.0'; var version = '^1.0.1';
@Injectable() @Injectable()
export class WebSocketService { export class WebSocketService {