Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
witmicko committed Aug 25, 2016
1 parent be70f28 commit 78ab905
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/push.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module.exports = function (cfg) {
var sender;
return function push(message, options, callback) {
if (!aeroGearLoaded) {
AeroGear = require("unifiedpush-node-sender");
var AeroGear = require("unifiedpush-node-sender");
sender = AeroGear.Sender(settings);
aeroGearLoaded = true;
}
Expand Down
2 changes: 1 addition & 1 deletion npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fh-mbaas-api",
"version": "5.13.8",
"version": "5.13.9",
"description": "FeedHenry MBAAS Cloud APIs",
"main": "lib/api.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sonar.projectKey=fh-mbaas-api
sonar.projectName=fh-mbaas-api-nightly-master
sonar.projectVersion=5.13.8
sonar.projectVersion=5.13.9

sonar.sources=./lib
sonar.tests=./test
Expand Down

0 comments on commit 78ab905

Please sign in to comment.