Skip to content

Commit

Permalink
RELEASEPATCH
Browse files Browse the repository at this point in the history
  • Loading branch information
bravecorvus committed Oct 6, 2021
1 parent e76689d commit 2b930bd
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "voiceit2-web-sdk",
"version": "1.5.3",
"version": "1.5.4",
"scripts": {
"start": "node src/index.js",
"build": "./node_modules/webpack/bin/webpack.js"
Expand Down
2 changes: 1 addition & 1 deletion node-server-example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node-server-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-server-example",
"version": "1.5.3",
"version": "1.5.4",
"description": "Node Web SDK Example",
"main": "server.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion voiceit-go-websdk/websdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
)

const (
platformVersion = "1.5.3"
platformVersion = "1.5.4"
platformId = "53"
)

Expand Down
4 changes: 2 additions & 2 deletions voiceit-node-websdk/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion voiceit-node-websdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "voiceit-node-websdk",
"version": "1.5.3",
"version": "1.5.4",
"description": "NodeJS Backend for VoiceIt Web SDK",
"main": "index.js",
"author": "VoiceIt Technologies, LLC (C) 2020",
Expand Down
2 changes: 1 addition & 1 deletion voiceit-php-websdk/VoiceIt2WebBackend.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function returnJson($jsonResponse){
class VoiceIt2WebBackend {
public $BASE_URL = 'https://api.voiceit.io';
public $LIVENESS_URL = 'https://liveness.voiceit.io/v1';
const VERSION = '1.5.3';
const VERSION = '1.5.4';
public $api_key;
public $platformId = '48';
public $notification_url = '';
Expand Down

0 comments on commit 2b930bd

Please sign in to comment.