Skip to content

Commit a70078f

Browse files
committed
updated version for release
1 parent ec2767c commit a70078f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
2828
OTHER DEALINGS IN THE SOFTWARE.
2929
-->
3030

31-
AMD compatible version of usngs.js by Larry Moore with bug fixes and enhancements.
31+
AMD compatible version of usngs.js with bug fixes, enhancements, and extensive unit tests.
3232

3333
```
3434
git clone git://github.com/codice/usng.js.git

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "usng.js",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"main": "usng.js",
55
"private": false,
66
"dependencies": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "usng.js",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"devDependencies": {
55
"chai": "^1.10.0",
66
"grunt": "^0.4.5",

0 commit comments

Comments
 (0)