From 53c6107446f52bec8f922f40d378c39421661b41 Mon Sep 17 00:00:00 2001 From: Scott Date: Mon, 23 Nov 2015 18:03:27 -0500 Subject: [PATCH] Updated version --- bower.json | 2 +- lib/services.js | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index 7e247d7..197b4c1 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "elliptical-soa", "description": "Elliptical Service Oriented Architecture", - "version": "1.0.5", + "version": "1.0.6", "main": "dist/elliptical.soa.js", "authors": [ "S. Francis" diff --git a/lib/services.js b/lib/services.js index 24251b5..0de8c6c 100644 --- a/lib/services.js +++ b/lib/services.js @@ -414,7 +414,7 @@ root.returnExports = root.elliptical.Validation; } }(this, function (Service) { - + var Validation=Service.extend({ '@resource':'Validation', //{String}, diff --git a/package.json b/package.json index 429db59..c8d5466 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "elliptical-soa", "description": "Elliptical Service Oriented Architecture", - "version": "1.0.5", + "version": "1.0.6", "author": "S. Francis", "license": "MIT", "repository": {