Skip to content

Commit

Permalink
1.1.8
Browse files Browse the repository at this point in the history
Cloudmersive committed Sep 5, 2020
1 parent d8e6acd commit 2c68b1a
Showing 12 changed files with 14 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ The Cloudmersive Virus Scan API lets you scan files and content for viruses and
[Cloudmersive Virus Scan API](https://www.cloudmersive.com/virus-api) provides advanced virus scanning capabilities.

- API version: v1
- Package version: 1.1.7
- Package version: 1.1.8


## Installation
2 changes: 1 addition & 1 deletion client/README.md
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ The Cloudmersive Virus Scan API lets you scan files and content for viruses and
[Cloudmersive Virus Scan API](https://www.cloudmersive.com/virus-api) provides advanced virus scanning capabilities.

- API version: v1
- Package version: 1.1.7
- Package version: 1.1.8


## Installation
4 changes: 2 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "cloudmersive-virus-api-client",
"version": "1.1.7",
"version": "1.1.8",
"description": "The_Cloudmersive_Virus_Scan_API_lets_you_scan_files_and_content_for_viruses_and_identify_security_issues_with_content_",
"license": "Unlicense",
"license": "Apache-2.0",
"main": "src/index.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha --recursive"
2 changes: 1 addition & 1 deletion client/src/ApiClient.js
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@

/**
* @module ApiClient
* @version 1.1.7
* @version 1.1.8
*/

/**
2 changes: 1 addition & 1 deletion client/src/api/ScanApi.js
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@
/**
* Scan service.
* @module api/ScanApi
* @version 1.1.7
* @version 1.1.8
*/

/**
2 changes: 1 addition & 1 deletion client/src/index.js
Original file line number Diff line number Diff line change
@@ -53,7 +53,7 @@
* </pre>
* </p>
* @module index
* @version 1.1.7
* @version 1.1.8
*/
var exports = {
/**
2 changes: 1 addition & 1 deletion client/src/model/VirusFound.js
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@
/**
* The VirusFound model module.
* @module model/VirusFound
* @version 1.1.7
* @version 1.1.8
*/

/**
2 changes: 1 addition & 1 deletion client/src/model/VirusScanAdvancedResult.js
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@
/**
* The VirusScanAdvancedResult model module.
* @module model/VirusScanAdvancedResult
* @version 1.1.7
* @version 1.1.8
*/

/**
2 changes: 1 addition & 1 deletion client/src/model/VirusScanResult.js
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@
/**
* The VirusScanResult model module.
* @module model/VirusScanResult
* @version 1.1.7
* @version 1.1.8
*/

/**
2 changes: 1 addition & 1 deletion client/src/model/WebsiteScanRequest.js
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@
/**
* The WebsiteScanRequest model module.
* @module model/WebsiteScanRequest
* @version 1.1.7
* @version 1.1.8
*/

/**
2 changes: 1 addition & 1 deletion client/src/model/WebsiteScanResult.js
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@
/**
* The WebsiteScanResult model module.
* @module model/WebsiteScanResult
* @version 1.1.7
* @version 1.1.8
*/

/**
3 changes: 2 additions & 1 deletion packageconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{

"projectName" : "cloudmersive-virus-api-client",
"projectVersion": "1.1.7"
"projectVersion": "1.1.8",
"licenseName": "Apache-2.0"
}

0 comments on commit 2c68b1a

Please sign in to comment.