Skip to content
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
FallingSnow committed Jan 18, 2017
1 parent 8ddec2c commit e5c0c2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "lightdm-webkit2-material2",
"version": "0.0.1",
"subversion": "3",
"version": "0.0.2-1",
"description": "A material design theme for use with lightdm-webkit2-greeter.",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion tools/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function build() {

function package() {
return new Promise(function(resolve, reject) {
const tar = spawn('tar', ['-C', 'build', '-cvzf', 'lightdm-webkit2-material2-0.0.1-3.tar.gz', '.'], {
const tar = spawn('tar', ['-C', 'build', '-cvzf', 'lightdm-webkit2-material2-'+PackageConfig.version+'.tar.gz', '.'], {
cwd: dir
});
tar.stdout.on('data', (data) => {
Expand Down

0 comments on commit e5c0c2b

Please sign in to comment.