diff --git a/bower.json b/bower.json index 0f8f1e6..e78546d 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "aurelia-templating-resources", - "version": "1.3.0", + "version": "1.3.1", "description": "A standard set of behaviors, converters and other resources for use with the Aurelia templating library.", "keywords": [ "aurelia", diff --git a/package.json b/package.json index 5384c19..f8b4c9b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aurelia-templating-resources", - "version": "1.3.0", + "version": "1.3.1", "description": "A standard set of behaviors, converters and other resources for use with the Aurelia templating library.", "keywords": [ "aurelia", @@ -146,7 +146,8 @@ "aurelia-templating-resources/debounce-binding-behavior", "aurelia-templating-resources/signal-binding-behavior", "aurelia-templating-resources/update-trigger-binding-behavior", - "aurelia-templating-resources/attr-binding-behavior" + "aurelia-templating-resources/attr-binding-behavior", + "aurelia-templating-resources/self-binding-behavior" ] } }