Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
derek-watson committed Feb 22, 2013
1 parent 3bbac0c commit 61aec38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/postageapp.js
@@ -1,7 +1,7 @@
var http = require('http'); var http = require('http');
var crypto = require('crypto'); var crypto = require('crypto');


var postageVersion = '1.1.1'; var postageVersion = '1.1.2';


module.exports = function(apiKey) { module.exports = function(apiKey) {
return { return {
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{ {
"name": "postageapp", "name": "postageapp",
"version": "1.1.1", "version": "1.1.2",
"node": ">= 0.4.0", "node": ">= 0.4.0",
"homepage": "https://github.com/postageapp/postageapp-nodejs", "homepage": "https://github.com/postageapp/postageapp-nodejs",
"repository": { "repository": {
Expand Down

0 comments on commit 61aec38

Please sign in to comment.