Skip to content

Commit

Permalink
Generated code from kms-filters 8af2ae8b6f1b77188c2a6ca686f8dd4bd1fd3e9d
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkinskurento committed Sep 30, 2016
1 parent 2e484ae commit 4462d26
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/index.js
Expand Up @@ -26,7 +26,7 @@
*/

Object.defineProperty(exports, 'name', {value: 'filters'});
Object.defineProperty(exports, 'version', {value: '6.6.1'});
Object.defineProperty(exports, 'version', {value: '6.6.2-dev'});


var FaceOverlayFilter = require('./FaceOverlayFilter');
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "kurento-client-filters",
"version": "6.6.1",
"version": "6.6.2-dev",
"description": "Filter implementations for kurento media server",
"main": "lib/index.js",
"repository": {
Expand Down
8 changes: 4 additions & 4 deletions src/filters.kmd.json
@@ -1,6 +1,6 @@
{
"name": "filters",
"version": "6.6.1",
"version": "6.6.2-dev",
"kurentoVersion": "^6.1.0",
"imports": [
{
Expand All @@ -21,21 +21,21 @@
"java": {
"mavenGroupId": "org.kurento",
"mavenArtifactId": "kms-api-filters",
"mavenVersion": "6.6.1"
"mavenVersion": "6.6.2-SNAPSHOT"
}
},
"api": {
"java": {
"packageName": "org.kurento.client",
"mavenGroupId": "org.kurento",
"mavenArtifactId": "kurento-client",
"mavenVersion": "6.6.1"
"mavenVersion": "6.6.2-SNAPSHOT"
},
"js": {
"nodeName": "kurento-client-filters",
"npmDescription": "Filter implementations for kurento media server",
"npmGit": "Kurento/kurento-client-filters-js",
"npmVersion": "6.6.1"
"npmVersion": "Kurento/kurento-client-filters-js"
}
},
"implementation": {
Expand Down

0 comments on commit 4462d26

Please sign in to comment.