diff --git a/README.md b/README.md index 1e5f8ca..57aaeab 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,7 @@ Development application for a Bower componenet Active Web Service Layer for ActiveStack JavaScript Clients ## [API Documentation](API.md) + + +## Deploying Bower +TODO: Helpful article [http://briantford.com/blog/angular-bower](http://briantford.com/blog/angular-bower) diff --git a/bower.json b/bower.json index 7a1a56b..f9f8388 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "activestack", - "version": "0.0.2", + "version": "0.0.3", "title": "activestack", "description": "Active Web Service Layer for ActiveStack JavaScript Clients", "keywords": [ @@ -32,7 +32,7 @@ ], "authors": [ {"name": "Jonathan Samples", "homepage":"https://github.com/jonnysamps"}, - {"name": "Richard Sparrow", "homepage":"https://github.com/rsparrow"} + {"name": "Richard Sparrow", "homepage":"https://github.com/rsparrow"}, {"name": "Collin Brown", "homepage":"https://github.com/curb47"} ], "license": "MIT" diff --git a/component.json b/component.json index 36bcfa5..9f259d3 100644 --- a/component.json +++ b/component.json @@ -1,6 +1,6 @@ { "name": "activestack", - "version": "0.0.2", + "version": "0.0.3", "main": [ "app/css/activestack", "app/img/sprites.gif", diff --git a/package.json b/package.json index d2556b0..dbf008c 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.0.2", + "version": "0.0.3", "dependencies": {}, "repository": "https://github.com/yuvalsaraf/generator-bower-package.git", "description": "A project for building your own bower component and share it later",