Skip to content

Commit

Permalink
Prepare the version 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MamadouSy committed Dec 18, 2015
1 parent 150d292 commit 75e3cec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pack.js
Expand Up @@ -2,7 +2,7 @@ var path = require("path");
var fs = require('fs');
var packager = require('electron-packager');

var outputPath = path.join(process.cwd(), "releases/0.0.0.3/");
var outputPath = path.join(process.cwd(), "releases/0.0.0.4/");
var opts = {
"dir" : process.cwd(),
"name" : "ADXStudio",
Expand All @@ -18,8 +18,8 @@ var opts = {
"LegalCopyright" : "Copyright (c) Askia 2016",
"FileDescription" : "Askia Design eXtension - Studio",
"OriginalFilename" : "ADXStudio",
"FileVersion" : "0.0.0.3",
"ProductVersion" : "0.0.0.3",
"FileVersion" : "0.0.0.4",
"ProductVersion" : "0.0.0.4",
"ProductName" : "ADXStudio",
"InternalName" : "ADXStudio"
}
Expand Down

0 comments on commit 75e3cec

Please sign in to comment.