Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
c301 committed Feb 10, 2017
1 parent ef8ee6e commit 2f7821a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grunt-webstore-upload",
"version": "0.9.5",
"version": "0.9.6",
"description": "Automate uploading process of the new versions of Chrome Extension to Chrome Webstore",
"repository": "https://github.com/c301/grunt-webstore-upload.git",
"author": {
Expand Down
1 change: 1 addition & 0 deletions tasks/webstore_upload.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ module.exports = function (grunt) {
http = require('http'),
util = require('util'),
open = require('open'),
_ = require('lodash'),
readline = require('readline');

var isWin = /^win/.test(process.platform);
Expand Down

0 comments on commit 2f7821a

Please sign in to comment.