diff --git a/README.md b/README.md index a58059e..9692a0b 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. --> -AMD compatible version of usngs.js by Larry Moore with bug fixes and enhancements. +AMD compatible version of usngs.js with bug fixes, enhancements, and extensive unit tests. ``` git clone git://github.com/codice/usng.js.git diff --git a/bower.json b/bower.json index 8284f12..c4374e5 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "usng.js", - "version": "0.0.1", + "version": "0.1.0", "main": "usng.js", "private": false, "dependencies": { diff --git a/package.json b/package.json index b4841f5..5266e04 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "usng.js", - "version": "0.0.1", + "version": "0.1.0", "devDependencies": { "chai": "^1.10.0", "grunt": "^0.4.5",