Skip to content

Commit dc3cea1

Browse files
committed
Fixes to Go backend (RELEASEPATCH)
1 parent 6514423 commit dc3cea1

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

frontend/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "voiceit2-web-sdk",
3-
"version": "1.5.9",
3+
"version": "1.5.10",
44
"scripts": {
55
"start": "node src/index.js",
66
"build": "./node_modules/webpack/bin/webpack.js"

node-server-example/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node-server-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-server-example",
3-
"version": "1.5.9",
3+
"version": "1.5.10",
44
"description": "Node Web SDK Example",
55
"main": "server.js",
66
"scripts": {

voiceit-go-websdk/websdk.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
)
1717

1818
const (
19-
platformVersion = "1.5.9"
19+
platformVersion = "1.5.10"
2020
platformId = "53"
2121
)
2222

voiceit-node-websdk/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

voiceit-node-websdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "voiceit-node-websdk",
3-
"version": "1.5.9",
3+
"version": "1.5.10",
44
"description": "NodeJS Backend for VoiceIt Web SDK",
55
"main": "index.js",
66
"author": "VoiceIt Technologies, LLC (C) 2020",

voiceit-php-websdk/VoiceIt2WebBackend.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function returnJson($jsonResponse){
3232
class VoiceIt2WebBackend {
3333
public $BASE_URL = 'https://api.voiceit.io';
3434
public $LIVENESS_URL = 'https://liveness.voiceit.io/v1';
35-
const VERSION = '1.5.9';
35+
const VERSION = '1.5.10';
3636
public $api_key;
3737
public $platformId = '48';
3838
public $notification_url = '';

0 commit comments

Comments
 (0)