Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Update version to v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
swang committed Jul 17, 2013
1 parent ac87f81 commit 3756aea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/const.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

var VERSION = '0.0.1'
var VERSION = '0.0.6'
, API_VERSION = "v1"
, API_DOMAIN = "https://api.stormpath.com"
, BASE_URL = API_DOMAIN + "/" + API_VERSION + "/"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-stormpath",
"version": "0.0.5",
"version": "0.0.6",
"description": "Wrapper for Stormpath API",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 3756aea

Please sign in to comment.